Get Outlinks
get_outlinksAudit a note's references by listing all outgoing wikilinks, partitioned into valid links, broken links, and file embeds. Returns raw link text and resolved paths for detecting broken links and following dependencies.
Instructions
List every outgoing wikilink from a note, partitioned into valid links (resolve to an existing note), broken links (target not found), and file embeds (![[...]]). Returns the raw link text and resolved paths. Use to audit a note's references, detect broken links, or follow downstream dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Source note path relative to vault root (e.g., 'folder/note.md'). Extension optional. |