design_session
ActiveTool of Colour Memory
One-call compound tool. Submit a concept, medium, audience, and constraints — receive a complete design package: historically grounded palette, cultural narrative, commercial paint matches, WCAG accessibility check, illuminant behaviour, and a ready-made image generation prompt. Replaces chaining query_conceptual + palette_from_concept + colour_story + match_paint_system + accessibility_check + get_colour_metrics. Use when an AI agent or user needs a complete, deployable colour direction in a single call. Not for iterative refinement — use individual tools for that.
Parameters schema
{
"type": "object",
"required": [
"concept"
],
"properties": {
"avoid": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Archive names or colour terms to exclude e.g. ['neon', 'ScreenDigital']"
},
"medium": {
"type": "string",
"default": "general",
"description": "Application context e.g. 'interior', 'brand identity', 'fashion', 'digital', 'print'"
},
"concept": {
"type": "string",
"description": "Cultural theme, mood, or brief e.g. 'Victorian mourning', 'Ottoman court', 'Scandinavian minimal'"
},
"n_colours": {
"type": "integer",
"default": 5,
"description": "Palette size (default 5, max 8)"
},
"include_prompt": {
"type": "boolean",
"default": true,
"description": "Include image generation prompt (default true)"
},
"include_accessibility": {
"type": "boolean",
"default": true,
"description": "Include WCAG contrast check (default true)"
},
"include_paint_matches": {
"type": "boolean",
"default": true,
"description": "Include commercial paint matches (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries