Get Linked Memories
recall_linksRetrieve memories linked to a given memory via [[wikilink]] references. Specify direction: outbound, inbound, or both to find connected memories.
Instructions
Find memories connected to a given memory through [[wikilink]] references.
Args:
name: the memory whose connections you want
direction: 'outbound' (it links to), 'inbound' (links to it), or 'both' (default)
Returns the names of connected memories in each requested direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Stable kebab-case slug identifying the memory (also its filename) | |
| direction | No | Link direction to traverse | both |