You're viewing a demo portfolio

Join the waitlist
PRSM

colour_passports

Active

Tool of Colour Memory

declared in 2.3.4

Batch version of colour_passport. Submit up to 20 hex values in one call. Returns a full Colour Passport for each unique hex: colour science, archive anchor, evidence grade, do_not_say constraints, hex provenance, accessibility, and physics. Deduplicates hex values automatically. Use for multi-colour workflows, Figma palette analysis, or any case where calling colour_passport separately for each colour would be slow.

Parameters schema

{
  "type": "object",
  "required": [
    "hexes"
  ],
  "properties": {
    "hexes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of hex colours e.g. ['#31559B', '#8B1A1A']"
    },
    "n_archive": {
      "type": "integer",
      "default": 3,
      "description": "Number of archive matches per colour (default 3)"
    },
    "include_physics": {
      "type": "boolean",
      "default": true,
      "description": "Include illuminant behaviour and gamut data (default true)"
    },
    "include_cultural": {
      "type": "boolean",
      "default": false,
      "description": "Include cultural associations (default false)"
    }
  }
}

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 →
colour_passports — Colour Memory — PRSM MCP