radarr_add_movie
Add a movie to your Radarr library by supplying its TMDB ID, with optional root folder, quality profile, and minimum availability settings.
Instructions
Add a new movie to your library. You need the tmdbId from radarr_search_movies. Optionally specify root folder path, quality profile, and minimum availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag IDs to apply to the movie | |
| tmdbId | Yes | TMDB ID from search results (required) | |
| monitored | No | Whether to monitor the movie for availability | |
| addOptions | No | ||
| rootFolderPath | No | Root folder path (optional - uses default if not specified) | |
| qualityProfileId | No | Quality profile ID (optional - uses default if not specified) | |
| minimumAvailability | No | Minimum availability before downloading: announced (earliest), inCinemas, released (default), preDB | released |