Get books by series
get_books_by_seriesRetrieve all books in a series sorted by reading order. Supports partial or exact series name matching.
Instructions
Get all books in a series with proper reading order. Books are sorted by series index to show the correct sequence. Useful for finding what books are in a series and planning reading order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | If true, match the exact series name. If false (default), perform a partial/contains search. | |
| limit | No | Maximum number of results to return (default: 50, max: 100). | |
| series | Yes | Series name to search for. Partial matches supported (e.g., 'Stormlight' finds 'The Stormlight Archive'). |