get_my_library
Retrieve the authenticated user's full library, covering all statuses, with pagination via limit and offset to browse the complete book collection.
Instructions
Get the authenticated user's full library (all statuses), paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25) | |
| offset | No | Pagination offset (default 0) |