ecommerce_namer
ActiveTool of Colour Memory
Generate archive-grounded colour names for up to 40 product SKUs. Input: list of hex values, product category, brand name, naming style. Output: for each hex -- archive name, source citation, one-line product description, dE2000 match distance, match quality, and confidence score. Every name is archive-sourced, not invented. Each carries a primary source citation that can be defended to buyers, press, and brand teams. Use for paint ranges, candle collections, fashion lines, homeware, cosmetics. Style options: geographical, poetic, material, literary, mixed.
Parameters schema
{
"type": "object",
"required": [
"hexes"
],
"properties": {
"hexes": {
"type": "array",
"description": "List of hex values e.g. ['#D4A829', '#1A5C6E']"
},
"style": {
"type": "string",
"description": "geographical | poetic | material | literary | mixed (default)"
},
"max_dE": {
"type": "number",
"description": "Max dE2000 distance to accept (default 25)"
},
"brand_name": {
"type": "string",
"description": "Brand name for context"
},
"product_category": {
"type": "string",
"description": "e.g. 'paint', 'candle', 'fashion', 'homeware'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries