create-highlight
Highlight specific text in a bookmark using character offsets, with optional color and annotation.
Instructions
Create a text highlight on a bookmark using character offsets from the bookmark's readable content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | An optional note attached to the highlight. | |
| text | Yes | The highlighted text, or null if unavailable. | |
| color | No | Highlight color. Defaults to yellow. | |
| endOffset | Yes | Zero-based exclusive character offset. | |
| bookmarkId | Yes | The id of the bookmark to highlight. | |
| startOffset | Yes | Zero-based inclusive character offset. |