update_note
Modify existing notes in the Flint Note MCP server by updating content, metadata, or both. Supports single or batch updates, ensuring changes with content hash validation for secure note management.
Instructions
Update one or more existing notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | New content for the note - only used for single note update | |
content_hash | No | Content hash of the current note for optimistic locking - required for single note update | |
identifier | No | Note identifier in format "type/filename" or full path - only used for single note update | |
metadata | No | Metadata fields to update - only used for single note update | |
updates | No | Array of note updates (must specify content, metadata, or both) - used for batch updates | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |