You're viewing a demo portfolio

Join the waitlist
PRSM

tv_season

Active

Tool of Tmdb

declared in 0.1.0

Fetch details for a specific TV season by `tv_id` and `season_number`. Returns season name, overview, air date, episode count, and a list of episodes with name, air date, and overview.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tv_id": 1396,
      "season_number": 1
    }
  ],
  "required": [
    "tv_id",
    "season_number"
  ],
  "properties": {
    "tv_id": {
      "type": "number"
    },
    "language": {
      "type": "string"
    },
    "season_number": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Tmdb

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

1/7 registries
View full server →