radarr_add
Add a movie to Radarr using its TMDB ID and title, with optional automatic search for a release. Requires user confirmation before executing.
Instructions
Add a movie to Radarr. By default starts searching for a release immediately. Requires user confirmation before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Movie title | |
| search | No | Immediately search for a release and start downloading | |
| tmdbId | Yes | TMDB id of the movie (from radarr_lookup) | |
| monitored | No | ||
| rootFolderPath | No | Root folder path in Radarr (defaults to the first configured) | |
| qualityProfileId | No | Radarr quality profile id (defaults to the first configured) |