{"name":"product-listing-pack","description":"Preps an ecommerce product listing in one call: marketing copy, SEO keywords, and a product-name quality score. Composite: one call runs product-description + keyword-suggest + product-name-score in parallel. Returns marketing-ready copy (description, selling points, key features, listing titles built from your supplied facts), a de-duplicated ranked SEO keyword list from Wikipedia + DuckDuckGo autocomplete, and a name-quality score with grade, risks, and recommendations. name-score is optional: its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a marketplace listing generator or Shopify / Amazon / Etsy listing prep.","price":"$0.06","method":"POST","input_schema":{"properties":{"product_name":{"type":"string","description":"Product name or short label. Max 200 chars."},"features":{"type":"array","description":"Optional known attributes/features (strings, max 20 × 200 chars)."}},"required":["product_name"]},"input_example":{"product_name":"Aurora desk lamp","features":["dimmable","USB-C","wood base"]},"output_example":{"product_name":"Aurora desk lamp","description":{"description":"...","selling_points":["Step-free dimming","Charges your phone"]},"keywords":{"suggestions":["aurora lamp","desk lamp dimmable"],"count":10},"name_score":{"score":84,"grade":"strong"},"composed_of":["product-description","keyword-suggest","product-name-score"],"components":[{"name":"product-description","ok":true,"ms":2700},{"name":"keyword-suggest","ok":true,"ms":520},{"name":"product-name-score","ok":true,"ms":310}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}