Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man product-describe

/product-describe

agentutility / retail / product-describe
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
retail
CATEGORY
uncategorized
STATUS
live
NAME
product-describe writes conversion-focused product descriptions and listing copy from a product name and optional category, audience, and attributes
SYNOPSIS
POST https://x402.agentutility.ai/product-describe
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Writes conversion-focused product descriptions and listing copy from a product name and optional category, audience, and attributes. Returns a description, bullet selling points, key features, a positioning angle, and suggested listing titles. AI-written copy generated from the facts you supply; it does not invent specs or claims. Use it as a product description generator, e-commerce copywriter, or selling points API.

INPUTrequest schema
propertytypedescriptionreq?
productstringProduct name or short description. Required, max 2000 chars.required
categorystringOptional product category, e.g. 'running shoes'.optional
audiencestringOptional target audience.optional
attributesarrayOptional known attributes/features (strings).optional
tonestringOptional copy tone, e.g. 'premium', 'playful'.optional
OUTPUTresponse shape
fieldtypedescription
productstring
descriptionstring
selling_pointsstring
marketing_anglestring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/product-describe \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the product-describe tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
retailproductdescribeproduct-describe
methods
POST
cluster
retail
price
$0.01 USDC per call
ADJACENTother endpoints in retail
endpointdescriptionprice
product-descriptionProduct description API (alias of product-describe).$0.01
find-productsFind products API (alias of product-search).$0.02
product-searchSearches shopping results for a product query (and optional retailer), returning ranked results with product title, buy link, retailer do…$0.02
shop-searchShopping search API (alias of product-search).$0.02
SEE ALSO
agentutility · retail · x402 · mcp · llms.txt · registry.json · bazaar.x402.org