sonarr_get_series
Retrieve TV series from your Sonarr library with pagination support and optional case-insensitive title filter.
Instructions
Get TV series from Sonarr library with optional pagination and title filtering. Defaults to limit=25 to avoid very large responses. Use offset to fetch additional pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of series to return (default: 25, max: 100) | |
| offset | No | Number of series to skip before returning results (default: 0) | |
| search | No | Optional case-insensitive title filter |