Search movies
search_moviesSearch TMDB movies by title to get compact summaries, TMDB IDs, and pagination information for browsing results.
Instructions
Search TMDB movies by title; returns compact summaries with the TMDB id that the other movie tools (get_movie, get_movie_credits, …) require, plus pagination info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for pagination. | |
| year | No | Filter by release year. | |
| query | Yes | Movie title to search for. | |
| 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_adult | No | Include adult (NSFW) results. Defaults to false. |