add_show_by_tvdb_id
Add a TV show to Sonarr by providing its TVDB ID, title, and optional root folder.
Instructions
Add a specific TV show to Sonarr using its TVDB ID.
Args: tvdb_id: The TV Database ID for the show title: The title of the show root_folder: Optional root folder path (e.g., "/storage/anime")
Returns: Result of the add operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tvdb_id | Yes | ||
| title | Yes | ||
| root_folder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| message | Yes | ||
| media_id | No |