vault_link_health
Audit Obsidian vault link health by detecting orphan notes, broken wikilinks, weakly connected notes, and ambiguous links. Scans markdown files to identify notes needing better connections.
Instructions
Graph health report — finds orphan notes, broken wikilinks, weakly connected notes, and ambiguous links. Scans all markdown files (or a specific folder). Use to audit link quality and find notes that need better connections. Paths in this tool's output are formatted as markdown links [vault-relative-path.md](obsidian://...) so users can Cmd/Ctrl-click to open in Obsidian. Preserve the link form when relaying paths to the user; pass only the bracket text (e.g. 01-Projects/Foo/note.md) to other vault tools' path arguments, never the full markdown link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per category (default: 20) | |
| checks | No | Which checks to run (default: all four). orphans = no links in/out, broken = links to missing files, weak = only 1 total link, ambiguous = basename resolves to multiple files | |
| folder | No | Optional: scope to this folder (supports fuzzy folder resolution, e.g., 'MyApp') |