get_backlinks_fs_tool
Scan all markdown files in a vault to find wikilinks pointing to a target note, enabling backlink discovery without Obsidian.
Instructions
Find all notes that link to a specified note (filesystem-native, no Obsidian required).
This tool uses direct filesystem access for maximum performance and works without requiring Obsidian to be running. It scans all markdown files in the vault to find wikilinks pointing to the target note.
When to use:
Finding which notes reference a specific concept/note
Building connection graphs without Obsidian running
High-performance backlink discovery for large vaults
Batch processing multiple notes
Performance:
1,000 notes: < 2 seconds
10,000 notes: < 20 seconds
Returns: All notes containing wikilinks to the target note with context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_name | Yes | Name of the note to find backlinks for (without .md extension) | |
| vault_path | No | Path to vault root (optional, uses OBSIDIAN_VAULT_PATH env if not provided) | |
| ctx | No |