You're viewing a demo portfolio

Join the waitlist
PRSM

content_enrichment

Active

Tool of gapup-mcp

declared in 0.2.0

Return the enriched tag profile of a content entity — the Gapup moat. Each tag carries a facet (genre, theme, play-mode, perspective…), a confidence score, a corroboration score and its full provenance (which sources corroborated it, when). The response also carries an entity-level provenance block (average confidence, data freshness). When to use this tool: an agent has a franchise or work id (from content_catalog) and needs a fine-grained, machine-readable, verifiable characterisation for matching, recommendation, contextual targeting or analysis. Inputs: an entity id and its type.

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. 'music-daft-punk', 'film-the-dark-knight-collection:the-dark-knight')"
    },
    "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.70.

Parent server

gapup-mcp

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

2/7 registries
View full server →
content_enrichment — gapup-mcp — PRSM MCP