create_highlight
Create a new highlight in a Readwise book by providing text and book ID, with optional notes and tags for organization.
Instructions
Create a new highlight on a book.
Requires the highlight text and the book_id it belongs to. Optionally add a note and tags. Returns the full created highlight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| book_id | Yes | ||
| note | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| note | No | ||
| tags | No | ||
| book_id | No | ||
| book_title | No | ||
| book_author | No | ||
| source_url | No | ||
| highlighted_at | No | ||
| created_at | No | ||
| updated_at | No |