You're viewing a demo portfolio

Join the waitlist
PRSM

palette_verdict

Active

Tool of Colour Memory

declared in 2.3.4

Evaluate a palette of 2-8 hex values for a use case, market, and medium. Returns a verdict (strong / strong_with_adjustment / weak / avoid), a score 0-100, the role of each colour, the single biggest weakness, and a concrete suggestion for what to add to fix it. Each colour is matched to the nearest archive entry for cultural grounding. Examples: 'premium cushion collection UK ecommerce', 'hotel lobby interior', 'SaaS brand identity global digital'.

Parameters schema

{
  "type": "object",
  "required": [
    "palette",
    "use_case"
  ],
  "properties": {
    "market": {
      "type": "string",
      "description": "Optional: target market e.g. 'UK', 'Japan', 'global'"
    },
    "medium": {
      "type": "string",
      "default": "general",
      "description": "Application medium e.g. 'interior', 'digital', 'fashion', 'print'"
    },
    "palette": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of 2-8 hex values e.g. ['#31559B', '#E8D898', '#4A2A50']"
    },
    "use_case": {
      "type": "string",
      "description": "What the palette will be used for e.g. 'luxury cushion collection', 'brand identity'"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Colour Memory

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

2/7 registries
View full server →
palette_verdict — Colour Memory — PRSM MCP