brand_audit
ActiveTool of Colour Memory
Complete brand colour intelligence audit in one call. Accepts a palette array plus market, use_case, medium, and brand_category. Returns: colour roles with archive names, full WCAG accessibility matrix, cultural risk per colour, palette verdict with score and suggested addition, CSS variables, Tailwind config, and production notes. All computed data -- no LLM cost. Pass results to an LLM for written narrative. Replaces chaining accessibility_matrix + cultural_risk_assessment + palette_verdict separately.
Parameters schema
{
"type": "object",
"required": [
"palette"
],
"properties": {
"market": {
"type": "string",
"default": "global",
"description": "Target market e.g. 'UK luxury', 'global', 'Japan'"
},
"medium": {
"type": "string",
"default": "digital",
"description": "digital | print | both"
},
"palette": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of hex values e.g. ['#D4A829', '#1A5C6E', '#0F2D6B', '#0A0A0B']"
},
"use_case": {
"type": "string",
"default": "brand identity",
"description": "Use case e.g. 'brand identity', 'packaging', 'app UI'"
},
"brand_category": {
"type": "string",
"description": "Optional brand category e.g. 'developer tool', 'food', 'fashion'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries