list_seasons
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Trakt
https://github.com/pipeworx-io/mcp-trakt
1/7 registries