Get backlinks
obsidian_get_backlinksFind which notes link to or embed a target note in your Obsidian vault, with ranked results and snippets.
Instructions
List every note in the vault that links (or embeds) the target note. Returns ranked hits with snippets and link kind (wikilink/embed/mixed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Target note path relative to vault root | |
| title | No | Target note title (filename without .md) | |
| include_embeds | No | Include ![[…]] embeds (default true) | |
| limit | No | Max results (default 50) |