archive_cultural_anachronism
ActiveTool of Colour Memory
Check a list of colour entries for anachronism risk. Detects whether the primary source date falls outside the requested period, whether the archive is a known modern source (RacingSilks, FootballStrips), and returns a period_relevance score and safe phrasing. Essential for historical documents: prevents a 2011 Jockey Club racing silk registration being presented as Georgian evidence. Returns anachronism_risk (none/low/medium/elevated/high), period_relevance score 0-1, safe_phrasing, and unsafe_phrasing for each entry.
Parameters schema
{
"type": "object",
"required": [
"entries"
],
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"archive": {
"type": "string"
},
"primary_source": {
"type": "string"
}
}
},
"description": "Colour entries to check"
},
"period_end": {
"type": "integer",
"description": "End year e.g. 1830"
},
"period_start": {
"type": "integer",
"description": "Start year e.g. 1714"
},
"target_period": {
"type": "string",
"description": "Period description e.g. 'Georgian England 1714-1830'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries