sonarr_add_series
Add a TV series to Sonarr by providing its TVDB ID, title, quality profile, and root folder path. Optionally specify tags, monitoring, and season folders.
Instructions
Add a TV series to Sonarr. Use sonarr_search first to find the tvdbId, and sonarr_get_root_folders / sonarr_get_quality_profiles to get valid values for rootFolderPath and qualityProfileId. Use sonarr_get_tags to get valid tag IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag IDs from sonarr_get_tags (optional) | |
| title | Yes | Series title | |
| tvdbId | Yes | TVDB ID from sonarr_search results | |
| monitored | No | Whether to monitor the series (default: true) | |
| seasonFolder | No | Whether to use season folders (default: true) | |
| rootFolderPath | Yes | Root folder path from sonarr_get_root_folders | |
| qualityProfileId | Yes | Quality profile ID from sonarr_get_quality_profiles |