notes.update_note
Update a note's title, append or replace content with plaintext or Markdown, and attach files. Use destructive flag for overwrites.
Instructions
Update an existing note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Note identifier. | |
| title | No | Update note title. | |
| allow_destructive | No | Required when using set_* operations. | |
| set_plaintext | No | Replace note content with plaintext (destructive). | |
| set_markdown | No | Replace note content with Markdown (destructive). | |
| append_plaintext | No | Append plaintext to the end of the note (best-effort). | |
| append_markdown | No | Append Markdown to the end of the note (best-effort). | |
| attach_file | No | Add one or more attachments to the note (repeatable). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||