search_tv
ActiveTool of Tmdb
declared in 0.1.0
TMDb (The Movie Database) — search TV shows by title. Returns show name, first-air date, popularity, overview, poster path, TMDb tv_id. Use to resolve a TV title into the tv_id needed by tv, tv_season, tv_episode.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Breaking Bad"
},
{
"query": "The Office",
"first_air_date_year": 2005
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number"
},
"year": {
"type": "number"
},
"query": {
"type": "string"
},
"language": {
"type": "string"
},
"include_adult": {
"type": "boolean"
},
"first_air_date_year": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tmdb
https://github.com/pipeworx-io/mcp-tmdb
1/7 registries