get_series
Retrieve a book series and its books in reading order using the series ID, slug, or exact name.
Instructions
Get a book series by id, slug, or name with books in reading order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Hardcover series ID. | |
| name | No | Exact series name (e.g. 'The Stormlight Archive'). | |
| slug | No | Series slug (e.g. 'the-stormlight-archive'). |