get_backlinks
Find every note that links to a target note and display the source line with optional excerpt. The pre-built reverse-link index delivers fast results, with entries sorted by source path.
Instructions
Return every note that links to the target note, with the source line and an optional excerpt. Results come from the pre-built reverse-link index so this is a fast, pure index lookup. Sort order: source path ascending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the target note. | |
| limit | No | Max backlinks to return (1–500). Default 50. | |
| includeContext | No | Include a short excerpt (~200 chars) from the linking line. Default true. |