obsidian_backlinks
List all backlinks to a specific note in your Obsidian vault. Provide a file name or exact path to see every note that references it.
Instructions
List backlinks to a note.
Parameters: file (optional) — note name (wikilink resolution) path (optional) — exact file path
Examples: obsidian_backlinks({ file: "Project Plan" }) obsidian_backlinks({ path: "Ideas/brainstorm.md" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File name | |
| path | No | File path |