List books on a shelf
get_shelf_booksRetrieve books from a specific shelf by its numeric id, including per-format download links and a cover image URL.
Instructions
Lists the books on a shelf, in the shelf’s own order. Shelf ids come from list_shelves. Book entries include per-format download URLs and a cover URL; fetch the cover image itself with get_cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset; use pagination.nextOffset from the previous call | |
| shelf_id | Yes | Numeric shelf id from list_shelves |