Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
2

zk_find_central_notes

Identify key notes in a Zettelkasten system by ranking them based on in-bound and out-bound links, highlighting their centrality within the knowledge network. Specify a limit to control the number of results.

Instructions

Find notes with the most connections (incoming + outgoing links). Notes are ranked by their total number of connections, determining their centrality in the knowledge network. Due to database constraints, only one link of each type is counted between any pair of notes.

Args: limit: Maximum number of results to return (default: 10)

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "title": "zk_find_central_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