You're viewing a demo portfolio

Join the waitlist
PRSM

list_seasons

Active

Tool of Trakt

declared in 0.1.0

"How many seasons of [show]" / "list seasons of [TV series]" / "episode counts per season" — list all seasons of a show with episode counts. Pass extended="episodes" to include each episode in the response.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "show_id": "1391"
    },
    {
      "show_id": "breaking-bad",
      "extended": "full,episodes"
    }
  ],
  "required": [
    "show_id"
  ],
  "properties": {
    "show_id": {
      "type": "string",
      "description": "trakt ID or slug"
    },
    "extended": {
      "type": "string",
      "description": "full | episodes | full,episodes"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Trakt

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

1/7 registries
View full server →