Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_get_linked_notes

Retrieve linked notes by specifying a note ID and link direction (outgoing, incoming, or both) to explore connections in your Zettelkasten knowledge system.

Instructions

Get notes linked to/from a note. Args: note_id: ID of the note direction: Direction of links (outgoing, incoming, both)

Input Schema

NameRequiredDescriptionDefault
directionNoboth
note_idYes

Input Schema (JSON Schema)

{ "properties": { "direction": { "default": "both", "title": "Direction", "type": "string" }, "note_id": { "title": "Note Id", "type": "string" } }, "required": [ "note_id" ], "title": "zk_get_linked_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