Add a book to my library
add_to_libraryPut a book on one of the signed-in reader's shelves, move it to a different shelf, rate it, or record how far through it they are. Pass a workId from search_books, get_book, or recommend_from_titles. "Finished it, four stars" is one call with readingStatus FINISHED and rating 4.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | The reader's own note on the book, private to them | |
| rating | No | Whole stars, 1 to 5 | |
| workId | Yes | ||
| progress | No | Percent read, 0 to 100 | |
| readingStatus | No | NOT_STARTED |