highlight_manage
Create, update, or delete highlights on bookmarks with optional notes and colors.
Instructions
Creates, updates, or deletes highlights. Use the operation parameter to specify the action.
Highlights live on the bookmark: mutations are a PUT of the bookmark's
highlights array (an entry with an _id edits it; empty text removes it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Highlight _id (required for update/delete) | |
| note | No | Note attached to the highlight | |
| text | Yes | Highlight text (ignored for delete) | |
| color | No | Highlight color (e.g. yellow, blue) | |
| operation | Yes | ||
| bookmarkId | Yes | Bookmark the highlight belongs to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||