Skip to main content
Glama
aleksakarac

Obsidian MCP Extended

by aleksakarac

get_backlinks_tool

Find all notes that link to a specific note to discover relationships and dependencies between your notes.

Instructions

Find all notes that link to a specific note (backlinks).

When to use:

  • Understanding which notes reference a concept or topic

  • Discovering relationships between notes

  • Finding notes that depend on the current note

  • Building a mental map of note connections

When NOT to use:

  • Finding links FROM a note (use get_outgoing_links)

  • Searching for broken links (use find_broken_links)

Performance note:

  • Fast for small vaults (<100 notes)

  • May take several seconds for large vaults (1000+ notes)

  • Consider using search_notes for specific link queries

Returns: All notes linking to the target with optional context

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to the note to find backlinks for
include_contextNoWhether to include text context around links
context_lengthNoNumber of characters of context to include
ctxNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses performance characteristics (fast for small vaults, slow for large) and return value structure. However, it could mention more about output format or potential side effects, though none expected for a read operation.

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 well-structured with clear sections, bullet points, and no extraneous information. Every sentence adds value.

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

Completeness4/5

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

Given no output schema, the description explains return values adequately. It also includes performance notes. Could be more specific about return format, but sufficient for typical use.

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

Parameters3/5

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

Schema coverage is 75%, so many parameters already have descriptions. The description adds minimal extra value beyond the schema, mostly repeating the context parameter behavior. Baseline 3 is appropriate.

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 'Find all notes that link to a specific note (backlinks)' with a specific verb and resource. It also explicitly distinguishes from siblings by noting when to use alternatives like get_outgoing_links and find_broken_links.

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

Usage Guidelines5/5

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

The description provides dedicated 'When to use' and 'When NOT to use' sections with explicit alternatives, giving clear context for when this tool is appropriate versus siblings.

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/aleksakarac/obsidian-mcp'

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