Complete Brand Colour Audit
brand_auditAudit brand palettes with a single API call: returns colour roles, accessibility matrix, cultural risk, palette verdict, CSS variables, and production notes.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| palette | Yes | Array of hex values e.g. ['#D4A829', '#1A5C6E', '#0F2D6B', '#0A0A0B'] | |
| market | No | Target market e.g. 'UK luxury', 'global', 'Japan' | global |
| use_case | No | Use case e.g. 'brand identity', 'packaging', 'app UI' | brand identity |
| medium | No | digital | print | both | digital |
| brand_category | No | Optional brand category e.g. 'developer tool', 'food', 'fashion' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| result | No | ||
| error | No |