archive_report_brief
ActiveTool of Colour Memory
One-call complete archive research package for a document, PDF, or editorial brief. Input: title, audience, themes, archives to draw from, things to avoid, number of colours. Output: ranked colour cards with full provenance, story order, source confidence flags, pull quote, CTA line, CSS tokens, image prompt for Midjourney/Flux/DALLE, editorial argument, weakest and strongest entries identified. Replaces chaining archive_search + get_colour_card + cliche_breaker + agent_brief separately. Two Claude calls total. This is the endpoint for building premium archive documents, PDFs, briefs, and editorial content. Use this first for any document workflow.
Parameters schema
{
"type": "object",
"required": [
"themes"
],
"properties": {
"avoid": {
"type": "array",
"description": "Topics to suppress e.g. ['arsenic wallpaper', 'Wedgwood blue']"
},
"title": {
"type": "string",
"description": "Document title e.g. 'The Colours of Georgian Power'"
},
"themes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Research themes e.g. ['racing silks', 'EIC trade', 'Keats']"
},
"archives": {
"type": "array",
"description": "Archives to search e.g. ['RacingSilks', 'EIC', 'Keats', 'Dickens']"
},
"audience": {
"type": "string",
"description": "Target audience e.g. 'serious Georgian collector'"
},
"n_colours": {
"type": "integer",
"description": "Number of colours to return (default 8, max 16)"
},
"strict_sources": {
"type": "boolean",
"description": "Only return entries with named primary sources (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries