vault_get_backlinks
Retrieve all notes that link to a specified note, with local context surrounding each backlink.
Instructions
Retrieves all notes that link to a specified note (incoming links/backlinks), including local context around each link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The relative path of the note to query backlinks for. | |
| vault_name | Yes | The name of the vault containing the note. | |
| response_format | No | Format of the response: 'text' (default) or 'json'. |