Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_create_note

Generate structured Zettelkasten notes by defining title, content, type, and optional tags. Organize ideas into fleeting, literature, permanent, structure, or hub notes for efficient knowledge management.

Instructions

Create a new Zettelkasten note. Args: title: The title of the note content: The main content of the note note_type: Type of note (fleeting, literature, permanent, structure, hub) tags: Comma-separated list of tags (optional)

Input Schema

NameRequiredDescriptionDefault
contentYes
note_typeNopermanent
tagsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "note_type": { "default": "permanent", "title": "Note Type", "type": "string" }, "tags": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tags" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "content" ], "title": "zk_create_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