archive_coverage_gap
ActiveTool of Colour Memory
Given a list of themes, report which are well-evidenced in the archive and which are under-evidenced or missing. Returns a coverage matrix: for each theme, entries found, coverage grade (strong/moderate/weak/missing), best match with claim strength, and what source type would be needed to improve coverage. Use this BEFORE building an archive_report_brief or brief_forensic to know where the evidence is strong and where gaps will appear. Prevents building beautiful reports that quietly ignore half the brief.
Parameters schema
{
"type": "object",
"required": [
"themes"
],
"properties": {
"themes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Themes to check e.g. ['opium', 'gin', 'gambling', 'racing']"
},
"archives": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional archives to search e.g. ['EIC', 'Dickens']"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries