Get backlinks
obsidian_get_backlinksFind all notes in your Obsidian vault that link to a target note, with ranked results, snippets, and link type detection.
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 | |
| limit | No | Max results (default 50) | |
| title | No | Target note title (filename without .md) | |
| include_embeds | No | Include ![[…]] embeds (default true) |