tv
ActiveTool of Tmdb
declared in 0.1.0
Fetch full TMDB TV show details by `tv_id`. Returns name, overview, first/last air date, number of seasons and episodes, genres, networks, status, and vote average.
Parameters schema
{
"type": "object",
"examples": [
{
"tv_id": 1396
},
{
"tv_id": 1399,
"append_to_response": "credits"
}
],
"required": [
"tv_id"
],
"properties": {
"tv_id": {
"type": "number"
},
"language": {
"type": "string"
},
"append_to_response": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tmdb
https://github.com/pipeworx-io/mcp-tmdb
1/7 registries