You're viewing a demo portfolio

Join the waitlist
PRSM

colour_verdict

Active

Tool of Colour Memory

declared in 2.3.4

Evaluate a hex colour for a specific use case, market, and medium. Returns a decisive verdict: use_with_confidence, use_with_caution, or avoid. Includes strengths, risks, avoid-if scenarios, and better alternatives where needed. Backed by CIEDE2000 archive matching and Claude cultural intelligence. Examples: 'luxury hotel brand in Japan', 'ecommerce CTA button UK', 'heritage interior lime plaster wall', 'premium packaging Middle East'.

Parameters schema

{
  "type": "object",
  "required": [
    "hex",
    "use_case"
  ],
  "properties": {
    "hex": {
      "type": "string",
      "description": "Hex colour to evaluate e.g. '#31559B'"
    },
    "medium": {
      "type": "string",
      "default": "general",
      "description": "Application medium e.g. 'digital', 'interior', 'print', 'fashion', 'packaging'"
    },
    "markets": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [],
      "description": "Target markets e.g. ['UK', 'Japan', 'UAE']"
    },
    "audience": {
      "type": "string",
      "description": "Optional: target audience e.g. 'high net worth travellers', 'young professionals'"
    },
    "use_case": {
      "type": "string",
      "description": "What the colour will be used for e.g. 'luxury hotel brand', 'heritage interior wall'"
    }
  }
}

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 →