update_note
Update a note's title, content, tags, or folder while preserving linked references. Re-embeds changed text and updates wikilinks on title changes; use expected_updated_at to prevent overwriting concurrent edits.
Instructions
Update note fields. Re-embeds if title or content changed. Updates wikilinks if title changed. The server instructions' wikilink and tag rules apply when substantially rewriting — in particular, call list_tags before coining a new tag. Pass expected_updated_at (the updated_at you read) to be refused instead of overwriting a change made in between.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| title | No | ||
| content | No | ||
| folder_id | No | ||
| expected_updated_at | No | ISO updated_at from when you read the note; refuses the write if it changed since |