You're viewing a demo portfolio

Join the waitlist
PRSM

palette_translate

Active

Tool of Colour Memory

declared in 2.3.4

Map any list of hex values into a target archive using CIEDE2000 nearest-neighbour matching. Each input hex is matched to the closest named colour in the chosen archive, with a delta-e relevance band (exact / close / approximate / loose) and full provenance. Use to translate a client's paint colours into Shakespeare language, map a brand palette into historical Japanese pigments, or find the nearest Oxfordshire equivalents to a French scheme.

Parameters schema

{
  "type": "object",
  "required": [
    "palette",
    "target_archive"
  ],
  "properties": {
    "palette": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of hex values to translate e.g. ['#F5F0E8', '#8B6B3D']"
    },
    "max_delta_e": {
      "type": "number",
      "default": 40,
      "description": "Max acceptable CIEDE2000 distance — above this is flagged out-of-threshold (default 40)"
    },
    "target_archive": {
      "type": "string",
      "description": "Archive to translate into e.g. 'Shakespeare', 'Japan', 'Oxfordshire'"
    }
  }
}

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