You're viewing a demo portfolio

Join the waitlist
PRSM

search_tv

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Tmdb

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

1/7 registries
View full server →