colour_strategy
ActiveTool of Colour Memory
The flagship commercial endpoint. Combines archive grounding, verdict, brand fit, market risk, category cliche check, material behaviour, copy hooks, and usage rules in a single call. Input: hex + brand_context (category, positioning, audience, channels) + constraints (avoid, must_work_on) + markets + medium. Output: verdict, strategy summary, archive anchor, commercial signal, category cliche risk level, market reading per market, material notes, usage rules (primary use, secondary use, avoid, pair_with), copy hooks (one_liner, social, brand_rationale), and alternatives. Examples: luxury fragrance brand UK/France/Japan, heritage interior specification, premium ecommerce packaging, SaaS brand identity.
Parameters schema
{
"type": "object",
"required": [
"hex"
],
"properties": {
"hex": {
"type": "string",
"description": "Hex colour to evaluate e.g. '#4A2A50'"
},
"medium": {
"type": "string",
"default": "general",
"description": "Primary medium e.g. 'packaging', 'interior', 'digital'"
},
"markets": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target markets e.g. ['UK', 'France', 'Japan']"
},
"constraints": {
"type": "object",
"properties": {
"avoid": {
"type": "array",
"items": {
"type": "string"
},
"description": "What to avoid e.g. ['obvious gold', 'generic black']"
},
"must_work_on": {
"type": "array",
"items": {
"type": "string"
},
"description": "Surfaces e.g. ['glass', 'paper label', 'website']"
}
},
"description": "Constraints object"
},
"brand_context": {
"type": "object",
"properties": {
"audience": {
"type": "string",
"description": "Target audience e.g. 'affluent UK women 35-55'"
},
"category": {
"type": "string",
"description": "Brand category e.g. 'luxury fragrance', 'heritage interior', 'SaaS'"
},
"channels": {
"type": "array",
"items": {
"type": "string"
},
"description": "Channels e.g. ['packaging', 'ecommerce', 'social']"
},
"positioning": {
"type": "string",
"description": "Brand positioning e.g. 'quiet ritual luxury', 'trusted authority'"
}
},
"description": "Brand context object"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries