get_series
Retrieve a book series by its ID, slug, or exact name, with books listed in reading order.
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. | |
| slug | No | Series slug (e.g. 'the-stormlight-archive'). | |
| name | No | Exact series name (e.g. 'The Stormlight Archive'). |