mcp_engram_search_by_relation
Traverse the knowledge graph to find all concepts related to a seed concept. Filter by relation label and direction (from, to, or both) to discover specific connections.
Instructions
Traverse the knowledge graph. Find all concepts related to a seed concept, filtered by optional label and direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | The seed concept to query | |
| direction | No | 'from' (A→?), 'to' (?→A), or 'both' (default: 'from') | from |
| label | No | Optional: filter by relation label (e.g. 'depends_on', 'implements') |