get_related_memories
Explore the knowledge graph by retrieving memories related to a specific concept, with optional filters for relation type and direction.
Instructions
Get memories related to a given memory.
Returns related memories along with their relationship information. Use this to explore the knowledge graph around a specific concept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Direction: 'outgoing' (from this memory), 'incoming' (to this memory), or 'both' (default) | both |
| memory_id | Yes | Memory ID to find relationships for | |
| relation_type | No | Filter by relation type |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |