Get TV show details
get_tvRetrieve detailed information about a TV show using its TMDB ID, including overview, genres, seasons, networks, status, regional certification, and optional external ratings from IMDb, Rotten Tomatoes, or Metacritic.
Instructions
Get full details for one TV show by TMDB id: overview, genres, seasons/episodes counts, networks, status, the age/content rating (certification) for region, and links. By default also includes IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (set include_ratings=false to skip). Get the id from search_tv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. | |
| region | No | ISO-3166-1 country code for region-specific results (default 'US'). | |
| language | No | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. | |
| include_ratings | No | If true (default), enrich the result with IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (requires OMDB_API_KEY). Set false to skip the extra lookup when ratings are not needed. |