Explore Note Connections
links.connectionsExplore graph neighbourhood from a starting note, retrieving all reachable notes and the direct or multi-hop paths that connect them. Specify traversal depth (default 2; keep ≤3) to control result size.
Instructions
Explore the graph neighbourhood around a seed note — direct and multi-hop connections up to depth hops (default 2). Returns the set of reachable notes plus the paths that reach them. Higher depth values blow up result size quickly; keep it ≤3 unless you know the graph is sparse. Read-only.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteName | Yes | Name or path of the starting note. Basename match is fine. | |
| depth | No | Traversal depth (hops). Default 2. Higher values quickly blow up result size. | |
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||