You're viewing a demo portfolio

Join the waitlist
PRSM

content_provenance

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →