Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_create_link

Link two Zettelkasten notes with a specified relationship type (reference, extends, refines, etc.), optionally adding a description and creating bidirectional connections.

Instructions

Create a link between two notes. Args: source_id: ID of the source note target_id: ID of the target note link_type: Type of link (reference, extends, refines, contradicts, questions, supports, related) description: Optional description of the link bidirectional: Whether to create a link in both directions

Input Schema

NameRequiredDescriptionDefault
bidirectionalNo
descriptionNo
link_typeNoreference
source_idYes
target_idYes

Input Schema (JSON Schema)

{ "properties": { "bidirectional": { "default": false, "title": "Bidirectional", "type": "boolean" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "link_type": { "default": "reference", "title": "Link Type", "type": "string" }, "source_id": { "title": "Source Id", "type": "string" }, "target_id": { "title": "Target Id", "type": "string" } }, "required": [ "source_id", "target_id" ], "title": "zk_create_linkArguments", "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