Get Note Links
obsidian_get_linksRetrieve all outgoing links from an Obsidian note, including wiki-style and markdown links, and check if linked notes exist in the vault.
Instructions
Get outgoing links from a specific note.
Extracts both wiki-style [[links]] and markdown links. Shows whether each linked note exists in the vault.
Returns: { "note": string, "links": [{ "path": string, "displayText"?: string, "exists": boolean }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the note | |
| response_format | No | Output format: 'json' for structured data or 'markdown' for human-readable | json |