get_link_graph_tool
Return a traversable link graph from any note, following outgoing, incoming, or both directions up to a specified depth to reveal note connections.
Instructions
Return a traversable link graph starting from a note.
direction: 'outgoing' | 'incoming' | 'both'.
path is the resolved root note; data: {nodes: [{path, title, tags}],
edges: [{from, to, type}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| depth | No | ||
| vault | No | ||
| direction | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||