marm_concept_recall
Search the concept graph to find entities, their relationships, and linked code. Query by concept name or ask 'related to X' to explore connections.
Instructions
🔎 Search the concept graph: entities, their relationships, and linked code.
Query as a bare concept name for a lookup, or phrase it as "related to X"
to emphasize traversal — both route from query shape alone. Returns empty
lists (not an error) when marm_concept_build hasn't run yet or marm-graph
has no matching code symbols.
Parameters:
- query: concept name, or a "related to X" style ask
- session_name: scope to this session; omit to search across all (optional)
- limit: max entities/relationships returned, 1-100 (default 10)
- depth: max hop distance to traverse, 1-5 (default 1 = direct neighbors only)
- direction: outgoing | incoming | both (default both)
- project: scope to this project; entities with the same name in
different projects are distinct nodes; omit to search across all (optional)
Returns: entities, related_entities, linked_code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| limit | No | ||
| query | Yes | ||
| project | No | ||
| direction | No | both | |
| session_name | No |