Get books in a smart scope
get_smart_scope_booksRetrieve books from a smart scope by its ID, with pagination and optional keyword filtering for focused results.
Instructions
List the books matched by one smart scope by scopeId (from list_smart_scopes), paginated. Optionally filter with q.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter within the scope. | |
| page | No | 1-based page (default 1). | |
| size | No | Items per page (default 25). | |
| scopeId | Yes | The smart scope id (from list_smart_scopes). |