You're viewing a demo portfolio

Join the waitlist
PRSM

content_taxonomy

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Return the enrichment taxonomy of a content domain — every tag grouped by facet (genre, theme, mood, play-mode…). When to use this tool: an agent needs the controlled vocabulary to filter, classify or query content. Input: a domain.

Parameters schema

{
  "type": "object",
  "required": [
    "domain"
  ],
  "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."
    },
    "domain": {
      "enum": [
        "music",
        "film",
        "tv",
        "gaming"
      ],
      "type": "string",
      "description": "Content domain"
    }
  }
}

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 →