update_book_status
Update a book's reading status in BookLore to want to read, in progress, read, or did not finish.
Instructions
Update the read status of a book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookId | Yes | The BookLore book ID | |
| status | Yes | Read status: WANT_TO_READ, IN_PROGRESS, READ, or DNF (Did Not Finish) |