slipbox_get_linked_notes
Fetch all notes connected to a given note, with options for incoming, outgoing, or both directions to explore related ideas.
Instructions
Get notes linked to or from a specific note.
Use this to explore the knowledge graph around a note.
Directions:
outgoing: Notes this note links TO
incoming: Notes that link TO this note
both: All connected notes in either direction
Args: note_id: ID of the note to explore from direction: One of outgoing/incoming/both (default: both)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| direction | No | both |