You're viewing a demo portfolio

Join the waitlist
PRSM

get_show

Active

Tool of Tvmaze

declared in 0.1.0

Fetch a full show record by TVMaze ID. Optionally embed episodes, cast, seasons, or previous/next episode info for richer responses.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "show_id": 1,
      "embed_cast": true,
      "embed_episodes": true
    },
    {
      "show_id": 169
    }
  ],
  "required": [
    "show_id"
  ],
  "properties": {
    "show_id": {
      "type": "number",
      "description": "TVMaze show ID"
    },
    "embed_cast": {
      "type": "boolean",
      "description": "Include cast"
    },
    "embed_seasons": {
      "type": "boolean",
      "description": "Include season metadata"
    },
    "embed_episodes": {
      "type": "boolean",
      "description": "Include full episode list"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tvmaze

https://github.com/pipeworx-io/mcp-tvmaze

1/7 registries
View full server →
get_show — Tvmaze — PRSM MCP