Sonarr: Search Season
sonarr_search_seasonInitiate a search on Sonarr for a specific season of a TV series across indexers. Returns a command ID to monitor completion.
Instructions
Trigger Sonarr to search indexers for one season of one series. Async — returns the queued CommandResource. Poll status with sonarr_get_command (use the returned id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | The Sonarr series ID. | |
| season_number | Yes | Season number (0 for specials). |