get_note_connections
Retrieve all notes linked to a given note via wikilinks, including both backlinks and forward links. Explore your knowledge graph to discover related notes.
Instructions
Return all notes connected to a given note via wikilinks — both notes it links to (outgoing) and notes that link back to it (incoming). Useful for exploring your knowledge graph and finding related notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hops | No | How many link-hops to traverse (default: 1, max: 2) | |
| filepath | Yes | Vault-relative path to the note (e.g. 'notes/concepts/resilience.md') |