get_library_by_status
Fetch the authenticated user's library books by reading status ID: Want to Read, Currently Reading, Read, Did Not Finish, or Owned. Choose a status to get matching books with limit and offset.
Instructions
Get the authenticated user's books filtered by reading status. Status IDs: 1=Want to Read, 2=Currently Reading, 3=Read, 4=Did Not Finish, 5=Owned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25) | |
| offset | No | Pagination offset (default 0) | |
| status_id | Yes | 1=Want to Read, 2=Currently Reading, 3=Read, 4=DNF, 5=Owned |