content_provenance
ActiveTool of gapup-mcp
Audit the full data provenance of a content entity — all its enrichment tags with their extraction source, corroboration score, source list and last verification date, plus an entity-level freshness summary. Use this tool before citing or relying on enriched content data in a high-stakes context (ad targeting, editorial, analysis). Inputs: entity_id (required) and entity_type (franchise or work).
Parameters schema
{
"type": "object",
"required": [
"entity_id"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"entity_id": {
"type": "string",
"description": "Entity id from content_catalog (e.g. 'video-game-elden-ring')"
},
"entity_type": {
"enum": [
"franchise",
"work"
],
"type": "string",
"description": "Whether the id is a franchise or a work (default: franchise)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries