You're viewing a demo portfolio

Join the waitlist
PRSM

palette_analyse

Active

Tool of Colour Memory

declared in 2.3.4

Analyse a palette of hex colours against the Colour Memory archive. For each colour returns the nearest named archive entry with cultural name, source, claim_strength (A-E), do_not_say guardrails, and alternatives when confidence is low. Palette-level deduplication ensures no two colours map to the same archive entry. Use after extracting colours from a photo or generating a palette.

Parameters schema

{
  "type": "object",
  "required": [
    "colours"
  ],
  "properties": {
    "n": {
      "type": "integer",
      "description": "Max alternatives per colour when confidence is low (1-3, default 1)"
    },
    "archive": {
      "type": "string",
      "description": "Optional: restrict to one archive e.g. China, Pigment, ArtsAndCrafts"
    },
    "colours": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "hex"
        ],
        "properties": {
          "hex": {
            "type": "string",
            "description": "Hex colour e.g. #D4A829"
          },
          "weight": {
            "type": "number",
            "description": "Proportional weight 0-1 from palette extraction"
          }
        }
      },
      "description": "Array of colour objects"
    }
  }
}

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 →