Skip to main content
Glama

Flint Note

by disnet

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

NameRequiredDescriptionDefault
contentNoNew content for the note - only used for single note update
content_hashNoContent hash of the current note for optimistic locking - required for single note update
identifierNoNote identifier in format "type/filename" or full path - only used for single note update
metadataNoMetadata fields to update - only used for single note update
updatesNoArray of note updates (must specify content, metadata, or both) - used for batch updates
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content for the note - only used for single note update", "type": "string" }, "content_hash": { "description": "Content hash of the current note for optimistic locking - required for single note update", "type": "string" }, "identifier": { "description": "Note identifier in format \"type/filename\" or full path - only used for single note update", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Metadata fields to update - only used for single note update", "type": "object" }, "updates": { "description": "Array of note updates (must specify content, metadata, or both) - used for batch updates", "items": { "properties": { "content": { "description": "New content for the note", "type": "string" }, "content_hash": { "description": "Content hash for optimistic locking", "type": "string" }, "identifier": { "description": "Note identifier in format \"type/filename\" or full path", "type": "string" }, "metadata": { "additionalProperties": true, "description": "Metadata fields to update", "type": "object" } }, "required": [ "identifier", "content_hash" ], "type": "object" }, "type": "array" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disnet/flint-note'

If you have feedback or need assistance with the MCP directory API, please join our Discord server