vault_follow_link
Resolve wikilink-style references to actual note paths in a vault. Given a source note and a link, get the exact file path of the linked note.
Instructions
Resolves a Zettelkasten/Wikilink format (e.g. [[Note Target]] or [[Note Target|Alias]]) from a source note to its actual note path in the vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | The raw or target link string (e.g. '[[Note Target]]', 'Note Target#Section' or just 'Note Target'). | |
| path | Yes | The relative path of the source note where the link was found. | |
| vault_name | Yes | The name of the vault. | |
| response_format | No | Format of the response: 'text' (default) or 'json'. |