get_connection_graph
Build a multi-level graph of semantically connected notes from an Obsidian vault, starting from a chosen note to reveal related knowledge.
Instructions
Build a multi-level connection graph starting from a note, showing how notes are semantically connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Depth of the connection graph (levels), default 2 | |
| note_path | Yes | Path to the note to start from | |
| threshold | No | Similarity threshold (0-1), default 0.6 | |
| max_per_level | No | Max connections per level, default 5 |