You're viewing a demo portfolio

Join the waitlist
PRSM

archive_cultural_anachronism

Active

Tool of Colour Memory

declared in 2.3.4

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'"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Colour Memory

https://github.com/DigbyO/colour-memory-api

2/7 registries
View full server →