Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_update_note

Modify an existing note by updating its title, content, type, or tags. Specify the note ID and provide optional fields to make changes. Simplifies note management in Zettelkasten systems.

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