add_user_book_read
Add a reading date or progress entry for a book, updating active read if one exists. Supports page progress and audiobook time tracking.
Instructions
Add a reading date or progress entry. Updates active read if one exists. Supports page progress and audiobook time tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | Book ID (auto-resolves your user_book). | |
| user_book_id | No | user_book ID if known (skips lookup). | |
| started_at | No | Date started reading (ISO 8601, e.g. '2025-01-15'). | |
| finished_at | No | Date finished reading (ISO 8601, e.g. '2025-02-20'). | |
| progress_pages | No | Pages read so far. | |
| progress_seconds | No | Seconds of audiobook listened to so far. |