radarr_add_movie
Add a movie to Radarr by providing its TMDB ID. Optionally set quality profile, root folder, monitoring, availability, and search preferences.
Instructions
Add a new movie to Radarr by TMDB ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tmdbId | Yes | The Movie Database (TMDB) ID | |
| title | Yes | Movie title | |
| qualityProfileId | No | Quality profile ID (auto-detected if omitted) | |
| rootFolderPath | No | Root folder path (auto-detected if omitted) | |
| monitored | No | Whether to monitor the movie (default: true) | |
| minimumAvailability | No | When the movie is considered available | released |
| searchForMovie | No | Search for the movie after adding (default: true) |