obsidian_find_backlinks
Find all notes in an Obsidian vault that link to a given note, returning a JSON array of backlinks.
Instructions
Find all notes that link to a specific note.
Args:
vault: Name or path of the vault
note_path: Path to the target note (without .md extension)
Returns:
JSON array of notes that link to the targetInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| note_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |