slipbox_get_linked_notes
Retrieve notes linked to or from a specific note to explore its connections in the knowledge graph. Set direction to outgoing, incoming, or both.
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 |