memory_find_related
Find related concepts connected by any relationship type using graph traversal. Explore up to max hops from a starting concept ID to discover conceptually linked entities.
Instructions
Find conceptually related concepts via graph traversal (BFS). Finds concepts connected by any relationship type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_hops | No | Max relationship hops (default 2) | |
| concept_id | Yes | Starting concept ID |