get_user_library
Retrieve another user's library filtered by reading status, including Want to Read, Currently Reading, Read, DNF, and Owned. Specify the status ID to see that list.
Instructions
Get another user's library 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) | |
| user_id | Yes | Hardcover user ID | |
| status_id | Yes | 1=Want to Read, 2=Currently Reading, 3=Read, 4=DNF, 5=Owned |