add_journal_entry
Add a note or quote to a book's reading journal. Specify book ID, entry text, and event type to log your thoughts.
Instructions
Create a reading journal entry (for example a note or quote) for a book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Hardcover book ID. | |
| entry | Yes | Journal entry text. | |
| event | Yes | Journal event type. | |
| edition_id | No | Optional Hardcover edition ID. | |
| privacy_setting_id | No | Optional privacy setting ID (1 public, 2 followers, 3 private). |