get_series
Read-only
Retrieve a book series and its ordered volumes by providing a series UUID. Returns each volume's position for reading order.
Instructions
Get a book series and its ordered volumes by series UUID. Returns { series } including the volume list with positions. Returns a 404 error if the series is unknown. When to use: to enumerate every volume in a series and their reading order. Obtain series_id from a book's series metadata via get_book or search_books — this tool does not accept a name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | Series UUID, found in a book's `series` metadata from get_book/search_books. |