Get books in a collection
get_collection_booksRetrieve paginated book lists from a collection by collectionId, with optional text filter and series collapsing.
Instructions
List the books in one collection by collectionId (from list_collections), paginated. Optionally filter with q or collapse series into a single entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter within the collection. | |
| page | No | 1-based page (default 1). | |
| size | No | Items per page (default 25). | |
| collectionId | Yes | The collection id (from list_collections). | |
| collapseSeries | No | Collapse each series to one entry (default false). |