get_links
Retrieve outbound wiki-links and backlinks for a note. Enter a file path to get all links pointing from the note, plus references from the rest of the vault matched by filename, title, or aliases.
Instructions
Outbound [[wiki-links]] from a note, plus backlinks to it from the rest of the vault.
Backlinks match the note's filename stem, frontmatter title, or aliases (case-insensitive), mirroring how Obsidian resolves page names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| outbound | Yes | [[wiki-link]] targets in this note, in order. | |
| backlinks | Yes | Vault-relative paths of notes that link here. |