Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_find_similar_notes

Identify related notes based on a reference note ID, similarity threshold, and result limit to enhance knowledge organization and connections within a Zettelkasten system.

Instructions

Find notes similar to a given note. Args: note_id: ID of the reference note threshold: Similarity threshold (0.0-1.0) limit: Maximum number of results to return

Input Schema

NameRequiredDescriptionDefault
limitNo
note_idYes
thresholdNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "title": "Limit", "type": "integer" }, "note_id": { "title": "Note Id", "type": "string" }, "threshold": { "default": 0.3, "title": "Threshold", "type": "number" } }, "required": [ "note_id" ], "title": "zk_find_similar_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