movies_search
Search movies, TV shows and people by title or keyword. Use when the user asks about a film, series or actor, or you need a TMDB id for another tool. Returns id, title, year, rating and poster. Do NOT use for ranked-list questions (use movies_compare_lists) or episodes (use tv_episodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for more results. | |
| type | No | Limit to movies, shows, people, or all (default multi). | multi |
| limit | No | Results to return, 1-50 (default 10). | |
| query | Yes | Title or keyword, e.g. 'godfather', 'sci-fi comedy'. Accepts partial titles. | |
| language | No | ISO language like en-US or fa-IR for titles/overviews. | en-US |