You're viewing a demo portfolio

Join the waitlist
PRSM

brand_audit

Active

Tool of Colour Memory

declared in 2.3.4

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'"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Colour Memory

https://github.com/DigbyO/colour-memory-api

2/7 registries
View full server →