Search TV shows
search_tvSearch TMDB TV shows by name; returns TMDB IDs and compact summaries for use with other TV tools. Supports year, language, and adult filters.
Instructions
Search TMDB TV shows by name; returns compact summaries with the TMDB id that get_tv and the other TV tools require.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for pagination. | |
| year | No | Filter by first-air-date year. | |
| query | Yes | TV show name to search for. | |
| 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_adult | No | Include adult (NSFW) results. Defaults to false. |