graph_edges
Query memory relationship graphs with filters for memory ID, relation type, and direction. Understand connections between memories.
Instructions
Query the memory graph edges with filters.
Browse the relationship graph between memories. Use to understand how memories are connected.
Args: memory_id: Optional UUID to filter edges involving a specific memory. relation: Optional relation type filter. direction: "outgoing", "incoming", or "both" (default). limit: Maximum edges to return (default 100).
Returns: JSON string with matching edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| relation | No | ||
| direction | No | both | |
| memory_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |