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