Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_remove_link

Remove links between Zettelkasten notes by specifying source and target IDs. Optionally delete bidirectional connections to maintain note structure and relationships.

Instructions

Remove a link between two notes. Args: source_id: ID of the source note target_id: ID of the target note bidirectional: Whether to remove the link in both directions

Input Schema

NameRequiredDescriptionDefault
bidirectionalNo
source_idYes
target_idYes

Input Schema (JSON Schema)

{ "properties": { "bidirectional": { "default": false, "title": "Bidirectional", "type": "boolean" }, "source_id": { "title": "Source Id", "type": "string" }, "target_id": { "title": "Target Id", "type": "string" } }, "required": [ "source_id", "target_id" ], "title": "zk_remove_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