get_note_connections
Retrieve all incoming and outgoing wiki-link connections for a note to explore your knowledge graph and 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') |