Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
3

zk_update_note

Modify existing notes in a Zettelkasten system by updating title, content, type, or tags. Use this tool to keep your knowledge base organized and relevant.

Instructions

Update an existing note. Args: note_id: The ID of the note to update title: New title (optional) content: New content (optional) note_type: New note type (optional) tags: New comma-separated list of tags (optional)

Input Schema

NameRequiredDescriptionDefault
contentNo
note_idYes
note_typeNo
tagsNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "content": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Content" }, "note_id": { "title": "Note Id", "type": "string" }, "note_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note Type" }, "tags": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tags" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "note_id" ], "title": "zk_update_noteArguments", "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/Liam-Deacon/zettelkasten-mcp'

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