get_backlinks
Show notes that explicitly link to a given note to assess importance, find citations, and trace usage. Include outbound links for broader context.
Instructions
Which notes explicitly link TO this one. This answers a different question from semantic search: backlinks are edges the author wrote by hand, so they show what the vault has decided this note is load-bearing for, regardless of whether the prose is similar. Use it to judge how important a note is, to find every place a decision is cited before changing it, and to trace how a concept actually gets used. Set include_outbound to also get what this note links to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_path | Yes | Vault-relative path, e.g. context/revenue-engine.md | |
| include_outbound | No | Also return the notes this one links to. Default false. |