Get outbound links
obsidian_get_outbound_linksRetrieves all outbound links from a specified Obsidian note, including wikilinks and embeds, with each link's resolution status.
Instructions
List every link this note points to — wikilinks and (optionally) embeds, with each one's resolution status. Symmetric counterpart to obsidian_get_backlinks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Source note path relative to vault root | |
| title | No | Source note title (filename without .md) | |
| include_embeds | No | Include ![[…]] embeds (default true) | |
| include_unresolved | No | Include links that don't resolve (default true) |