palette_heritage
ActiveTool of Colour Memory
Given a legacy palette, generate an archive-grounded premium support system. For each existing colour: identifies its historical archive anchor, names it, and scores its provenance confidence. Detects palette gaps and fills them from the archive. Returns full palette with roles, confidence scores, CSS tokens, and production notes. Every addition has a named historical origin.
Parameters schema
{
"type": "object",
"required": [
"palette"
],
"properties": {
"market": {
"type": "string",
"description": "Target market"
},
"context": {
"type": "string",
"description": "Brand context"
},
"palette": {
"type": "array",
"description": "Existing hex values"
},
"brand_name": {
"type": "string",
"description": "Brand name for CSS tokens"
},
"n_additions": {
"type": "integer",
"description": "Archive colours to add (default 3)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries