Skip to main content
Glama
bezata

kObsidian MCP

Explore Note Connections

links.connections
Read-onlyIdempotent

Traverse direct and multi-hop connections from a starting note. Returns reachable notes and the paths that connect them.

Instructions

Explore the graph neighbourhood around a seed note — direct and multi-hop connections up to depth hops (default 2). Returns the set of reachable notes plus the paths that reach them. Higher depth values blow up result size quickly; keep it ≤3 unless you know the graph is sparse. Read-only.

Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNameYesName or path of the starting note. Basename match is fine.
depthNoTraversal depth (hops). Default 2. Higher values quickly blow up result size.
vaultPathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds value beyond annotations by detailing the return structure (reachable notes and paths) and the effect of the depth parameter on result size. It also clarifies vault selection behavior. No contradiction with annotations (readOnlyHint, idempotentHint).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, using two well-structured paragraphs. It front-loads the core purpose, then provides usage warnings and vault context. Every sentence contributes meaning without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description appropriately covers the tool's purpose, return structure, parameter effects, and operational context. No gaps remain for a read-only graph traversal tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds context for noteName ('basename match is fine') and vaultPath (overrides session vault). The depth parameter guidance echoes the schema but is reinforced. With schema coverage at 67%, the description compensates by synthesizing key information and explaining the vaultPath argument's semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Explore the graph neighbourhood around a seed note — direct and multi-hop connections' and specifies the return value (reachable notes and paths). This distinguishes it from sibling tools like backlinks or broken links, which focus on specific link types rather than graph traversal.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'Higher depth values blow up result size quickly; keep it ≤3 unless you know the graph is sparse.' It also explains vault targeting behavior (session-active vault vs. explicit vaultPath). It does not explicitly state when not to use it, but the context makes it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bezata/kObsidian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server