radarr_add_movie
Add a movie to Radarr by specifying its TMDB ID, title, quality profile, and root folder. Optionally set monitoring, tags, and minimum availability.
Instructions
Add a movie to Radarr. Use radarr_search first to find the tmdbId, and radarr_get_root_folders / radarr_get_quality_profiles to get valid values. Use radarr_get_tags to get valid tag IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag IDs from radarr_get_tags (optional) | |
| title | Yes | Movie title | |
| tmdbId | Yes | TMDB ID from radarr_search results | |
| monitored | No | Whether to monitor the movie (default: true) | |
| rootFolderPath | Yes | Root folder path from radarr_get_root_folders | |
| qualityProfileId | Yes | Quality profile ID from radarr_get_quality_profiles | |
| minimumAvailability | No | When to consider the movie available (default: announced) |