Skip to main content
Glama

Flint Note

by disnet

rename_note

Update a note's title while keeping its filename and ID intact to maintain existing links. Automatically adjusts wikilinks in other notes to reference the new title, ensuring consistency across your knowledge base.

Instructions

Rename a note by updating its title field (display name). The filename and ID remain unchanged to preserve links. Automatically updates wikilinks in other notes that reference the old title.

Input Schema

NameRequiredDescriptionDefault
content_hashYesContent hash of the current note for optimistic locking
identifierYesNote identifier in format "type/filename" or full path
new_titleYesNew display title for the note
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "content_hash": { "description": "Content hash of the current note for optimistic locking", "type": "string" }, "identifier": { "description": "Note identifier in format \"type/filename\" or full path", "type": "string" }, "new_title": { "description": "New display title for the note", "type": "string" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [ "identifier", "new_title", "content_hash" ], "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