Get books in a series
get_series_booksRetrieve books in a series by series ID, ordered by series position, with pagination. Each entry shows the series index and whether an EPUB version is available.
Instructions
List the books in one series by seriesId (from list_series), in series order, paginated. Each item includes its series index and whether it has an EPUB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1). | |
| size | No | Items per page (default 25). | |
| seriesId | Yes | The series id (from list_series). |