sonarr_add_series
Add a TV series to Sonarr with the correct TVDB ID, title, quality profile, and root folder. Retrieve these identifiers using dedicated search and configuration tools.
Instructions
Add a TV series to Sonarr. Use sonarr_search first to get the tvdbId, sonarr_get_root_folders for rootFolderPath, sonarr_get_quality_profiles for qualityProfileId, and sonarr_get_tags for tag IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag IDs (optional) | |
| title | Yes | Series title | |
| tvdbId | Yes | TVDB ID from sonarr_search results | |
| monitored | No | Monitor the series (default: true) | |
| seasonFolder | No | Use season folders (default: true) | |
| rootFolderPath | Yes | Root folder path | |
| qualityProfileId | Yes | Quality profile ID |