movies_discover
Find movies or shows by filters: genre, year, minimum rating, minimum votes, sort order. Use for 'action movies after 2020 rated above 7' style questions. Titles with few votes are noisy - min_votes (default 300, 0 disables) filters them. For brand-new releases use sort newest with min_votes 0-50, or movies_trending for what is hot now. Items with low_votes:true have shaky scores - warn the user. Do NOT use for title search (use movies_search).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for more results. | |
| sort | No | Sort order. | popular |
| year | No | Release year (movies) or first-air year (shows). | |
| genre | No | Genre name like Action, Comedy, Drama, Horror, or a TMDB genre id. | |
| limit | No | Results to return, 1-50 (default 10). | |
| media | No | movie or tv. | movie |
| company | No | Studio name or id, e.g. 'A24', 'Pixar'. Use movies_companies to resolve names. | |
| keyword | No | Theme keyword name or id, e.g. 'zombie' or 'heist'. Use movies_keywords to resolve names. | |
| language | No | ISO language like en-US or fa-IR for titles/overviews. | en-US |
| min_votes | No | Minimum vote count, default 300. Averages with few votes are noise - keep this unless hunting brand-new releases (then use 0-50 with sort newest). | |
| min_rating | No | Minimum TMDB rating 0-10, e.g. 7. |