Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_search_notes

Search and filter notes by text, tags, or type within a Zettelkasten system. Retrieve structured results to efficiently manage and explore atomic notes for knowledge synthesis.

Instructions

Search for notes by text, tags, or type. Args: query: Text to search for in titles and content tags: Comma-separated list of tags to filter by note_type: Type of note to filter by limit: Maximum number of results to return

Input Schema

NameRequiredDescriptionDefault
limitNo
note_typeNo
queryNo
tagsNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "note_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note Type" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "tags": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tags" } }, "title": "zk_search_notesArguments", "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