radarr_add_movie
Add a movie to Radarr by providing its TMDB ID, quality profile, and root folder. Optionally confirm to execute the addition or preview without changes.
Instructions
Add a movie to Radarr by tmdbId.
Use radarr_lookup_movie to get tmdb_id, radarr_quality_profiles for quality_profile_id, and radarr_root_folders for root_folder_path.
Set confirm=True to actually add; omit or set False for a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| tmdb_id | Yes | ||
| root_folder_path | Yes | ||
| quality_profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |