update_note
Modify an existing Google Keep note's title, body, color, pin, or archive status.
Instructions
Update an existing note's properties.
Args: note_id: The ID of the note to update. title: New title (omit to keep current). text: New body text (omit to keep current; only for text notes). color: New color name. pinned: New pinned status. archived: New archived status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| color | No | ||
| title | No | ||
| pinned | No | ||
| note_id | Yes | ||
| archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||