ecommerce_copy
ActiveTool of Colour Memory
Generate complete ecommerce product copy for any colour. Input: hex + product type + tone + channel. Output: colour name, product title, short description, long description, SEO title, meta description, alt text, Instagram caption, and cross-sell suggestion. Every piece of copy is grounded in archive provenance -- never generic AI colour copy. The colour name comes from the nearest archive match, not invented. Examples: velvet cushion in Murex Luxury, ceramic vase in Woad Vat Blue, linen throw in Standlake Silt. Directly useful for Shopify, WooCommerce, and editorial product pages.
Parameters schema
{
"type": "object",
"required": [
"hex",
"product_type"
],
"properties": {
"hex": {
"type": "string",
"description": "Hex colour of the product e.g. '#4A2A50'"
},
"tone": {
"type": "string",
"default": "premium but not pompous",
"description": "Copy tone e.g. 'premium but not pompous', 'warm and accessible', 'heritage and serious'"
},
"channel": {
"type": "string",
"default": "shopify",
"description": "Sales channel e.g. 'shopify', 'etsy', 'instagram', 'editorial'"
},
"brand_name": {
"type": "string",
"default": "",
"description": "Optional brand name to include in copy"
},
"product_type": {
"type": "string",
"description": "Product type e.g. 'velvet cushion', 'ceramic vase', 'linen throw', 'candle'"
}
}
}Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries