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