Get notes that link to a note
get_backlinksRetrieves notes linking to a specified note path, including context snippets. Useful for understanding backlink references in Obsidian vault.
Instructions
Return notes that link to the given path, with snippets. Same data as the backlinks field of get_note — use this when that's all you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path of the target note. | |
| limit | No |