get_backlinks
Find all notes linking to a target note by returning source paths and optional excerpts from a pre-built reverse-link index.
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. | |
| includeContext | No | Include a short excerpt (~200 chars) from the linking line. Default true. | |
| limit | No | Max backlinks to return (1–500). Default 50. |