series_books
List all books in a series with reading-order placement by providing any book ID. Use the series index to choose the correct series when a book belongs to multiple series.
Instructions
List the books in a series (with reading-order placement), given any book in that series. When a book belongs to multiple series, pass the zero-based series_index from get_book's series_memberships order.
Each entry has the series 'placement' (e.g. '1', '0.5' for a prequel), 'is_primary' (a main-sequence entry vs companion), and the usual book_id/title/author/rating/url. Results paginate in batches and limit is capped at 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| book_id | Yes | ||
| series_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||