Skip to main content
Glama
aleksakarac

Obsidian MCP Extended

by aleksakarac

get_broken_links_fs_tool

Scan markdown files to identify wikilinks pointing to non-existent notes. Returns broken links grouped by source note.

Instructions

Find all broken wikilinks in the vault (filesystem-native, no Obsidian required).

This tool uses direct filesystem access to scan all markdown files and identify wikilinks pointing to non-existent notes. Works without requiring Obsidian to be running.

When to use:

  • After renaming or deleting notes

  • Regular vault maintenance and cleanup

  • Before reorganizing folder structures

  • Identifying orphaned link references

Performance:

  • 1,000 notes: < 10 seconds

  • 10,000 notes: < 100 seconds

Returns: All broken links grouped by source note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vault_pathNoPath to vault root (optional, uses OBSIDIAN_VAULT_PATH env if not provided)
ctxNo
Behavior3/5

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

With no annotations, the description partially covers behavior: scans markdown files, identifies wikilinks to non-existent notes, and gives performance timing. However, it misses details like error handling, limitations (e.g., only markdown), and whether it's read-only.

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

Conciseness4/5

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

Well-structured with sections for introduction, usage, performance, and returns. Efficiently conveys key information without unnecessary words, though the 'Returns' section could be omitted if output schema existed.

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

Completeness3/5

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

Covers main purpose, use cases, and performance. Lacks details on output format (only says 'grouped by source note') and edge cases (e.g., handling of non-markdown files, errors). Adequate but could be more complete.

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

Parameters2/5

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

Schema coverage is 50% (only vault_path described). The description explains vault_path's default usage from env var but does not mention the ctx parameter, leaving it undocumented.

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 it finds broken wikilinks using filesystem access without requiring Obsidian, and distinguishes itself from sibling find_broken_links_tool by emphasizing 'no Obsidian required'.

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?

Provides a bullet list of when to use (after renaming/deleting notes, maintenance, etc.) and performance estimates, but lacks explicit when-not-to-use or comparison to alternatives like find_broken_links_tool.

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