find_outgoing_links
Lists all notes that a specified note links to in a Markdown vault. Provide the note's vault-relative path to retrieve its outgoing links.
Instructions
Find all notes that the specified note links to.
Args: note_path: Path to the note relative to vault root
Returns: Newline-separated list of linked notes, or message if none
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |