movies_similar
Films or shows similar to a given one: merged similar + recommendations, deduplicated. Accepts title, TMDB id or IMDb id - provide only one. Use for 'like Whiplash what should I watch' questions. Do NOT use for genre browsing (use movies_discover).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric TMDB id. | |
| limit | No | Results to return, 1-50 (default 10). | |
| media | No | movie or tv. | movie |
| query | No | A film/show title, e.g. 'whiplash'. Use this OR id OR imdb_id (only one). | |
| imdb_id | No | IMDb id like tt2582802. | |
| language | No | ISO language like en-US or fa-IR for titles/overviews. | en-US |