add_show_by_tvdb_id
Add a TV show to Sonarr by providing its TVDB ID, title, and optional root folder path. Simplifies show addition using precise metadata for accurate results.
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 |
---|---|---|---|
root_folder | No | ||
title | Yes | ||
tvdb_id | Yes |