resolve_link
Turn wikilinks into exact file paths, honoring aliases and frontmatter. Get the real referenced file instead of relying on semantic search.
Instructions
Turn a wikilink into a real file path, the way Obsidian would. Accepts bare text ("Throughline"), full link syntax ("[[Throughline|the CRM tracker]]"), or a path, and honors aliases: frontmatter, so a tracker filed as 2026-06-23-throughline-workstream.md resolves from its codename. Use this whenever you read a [[link]] in a note and need the actual file, instead of guessing at the filename or falling back to semantic search, which finds notes that are SIMILAR rather than the one that was actually referenced. Returns null when nothing resolves, which means the note genuinely does not exist in this vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | Wikilink text, with or without the surrounding brackets. |