brand_system
ActiveTool of Colour Memory
declared in 2.3.4
Complete brand colour system in one call. Returns colour roles with archive names, light and dark mode role maps, typography guidance, usage rules per colour, design tokens (CSS, Tailwind, Figma), and citation cards. Deterministic. No LLM cost.
Parameters schema
{
"type": "object",
"required": [
"palette"
],
"properties": {
"market": {
"type": "string",
"default": "global",
"description": "Target market e.g. global, UK, Japan"
},
"medium": {
"type": "string",
"default": "digital",
"description": "digital | print | both"
},
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "Hex values"
},
"use_case": {
"type": "string",
"default": "brand identity",
"description": "Use case e.g. brand identity, packaging"
},
"brand_category": {
"type": "string",
"description": "Optional e.g. developer tool, luxury, food"
}
}
}Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries