palette_analyse
ActiveTool of Colour Memory
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries