Log Read Book
log_read_bookRecord a finished book with a 0-5 star rating, optional review, and date read to track your reading history.
Instructions
Log a completed book with rating (0-5 stars), optional review, and date read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | General legacy notes. | |
| title | Yes | Book title. | |
| author | Yes | Author name. | |
| review | No | Public review or literary analysis. | |
| book_id | No | Optional existing book ID. | |
| date_read | No | ISO date read (YYYY-MM-DD), defaults to today. | |
| user_rating | Yes | Star rating (0 to 5). | |
| private_notes | No | Private reflections or takeaways. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||