lookup_movie
Search TMDB to find movies by title, IMDB ID, or TMDB ID, returning matching candidates with their TMDB ID for adding to Radarr. Existing library items include their Radarr ID.
Instructions
Search TMDB for movies by free-text term, IMDB id or TMDB id. Returns candidates with their tmdbId, which is what add_movie needs. Results already in the library carry a Radarr id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Free-text search term, e.g. 'blade runner 2049' | |
| imdb_id | No | IMDB id, e.g. 'tt1856101' | |
| tmdb_id | No | TMDB id, e.g. 335984 |