brand_asset_pack
ActiveTool of Colour Memory
declared in 2.3.4
Complete brand asset pack. Returns CSS variables, Tailwind config, Figma tokens JSON, citation cards, and a Markdown brand guide. Everything a brand team needs to ship. Deterministic. No LLM cost.
Parameters schema
{
"type": "object",
"required": [
"palette"
],
"properties": {
"market": {
"type": "string",
"default": "global",
"description": "Target market"
},
"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"
},
"brand_category": {
"type": "string",
"description": "Optional brand name or category"
}
}
}Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries