You're viewing a demo portfolio

Join the waitlist
PRSM

content_catalog

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Browse the Gapup gold-standard content catalogue — video games, films, TV series and music. Returns franchises with their works (title, release year). When to use this tool: an agent needs structured, audited metadata for a cultural franchise, wants to resolve a title to a canonical entity, or browses a domain's catalogue before requesting enrichment. Inputs: a content domain and an optional case-insensitive name filter. Each franchise id can be passed to content_enrichment for its fine-grained tag profile.

Parameters schema

{
  "type": "object",
  "required": [
    "domain"
  ],
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 120,
      "description": "Optional case-insensitive substring filter on franchise name"
    },
    "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."
    },
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1,
      "description": "Maximum number of franchises to return (default 20)"
    },
    "domain": {
      "enum": [
        "music",
        "film",
        "tv",
        "video-game"
      ],
      "type": "string",
      "description": "Content domain to browse"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
content_catalog — @gapup/mcp-knowledge — PRSM MCP