list_series
Retrieves all series in Sonarr as compact summaries with title, year, status, monitored, quality profile, path, and statistics. Filter results by title, TVDB ID, or monitoring status.
Instructions
List all series in the Sonarr library as compact summaries (id, title, year, status, monitored, quality profile, path, statistics). Use get_series for the full object with seasons, images and alternate titles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Case-insensitive substring matched against the series title | |
| tvdb_id | No | Look up a single series by its TVDB id | |
| detailed | No | Return the full series objects instead of summaries (large payload) | |
| monitored | No | Only monitored (true) or unmonitored (false) |