get_linking_notes
Retrieves all link relationships for a given note: notes it links to, notes linking to it, and related notes.
Instructions
Get all linking information related to the specified note.
This tool searches for notes with the following three types of link relationships to a specific note path:
Notes that the specified note links to (link_to)
Notes that link to the specified note (linked_by)
Notes that are related to the specified note (related)
Args: path (str): Path to the note file to get linking information for
Returns: str: JSON string containing linking information. Includes note lists for three different link types (link_to_notes, linked_by_notes, related_notes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |