get_backlinks
Find notes that link back to a given note via [[wikilinks]], returning a snippet around each link with pagination. Use it to discover incoming references and navigate your knowledge graph.
Instructions
Get notes that link to the given note via [[Title]] wikilinks. By default returns id/title/folder_path plus a short snippet around the link occurrence, not full content — pass include_content:true for the full text of each (expensive if many notes link here; prefer the default and call get_note on specific ids instead). Paginated like get_note. Takes id or title, like get_note — title resolves the same forgiving way (exact, then prefix, then substring).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| limit | No | ||
| title | No | ||
| offset | No | ||
| include_content | No |