Find Path
find_pathFind the shortest path between two notes in an Obsidian vault, revealing their connection through linked notes with summaries.
Instructions
Find the shortest connection path between two notes (links treated as undirected), with a one-line summary of each note along the way. Shows how two concepts are actually connected in the vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination note path, title, or alias. | |
| from | Yes | Starting note path, title, or alias. |