recall
Retrieve relevant context from your knowledge graph with automatic token management. Use depth levels for summaries, semantic search, or full exploration.
Instructions
PRIMARY RETRIEVAL TOOL. Get relevant context with automatic token management. Use focus=['EntityName'] to get full details on specific entities. shallow=quick summary, medium=semantic search+neighbors, deep=full exploration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | Yes | shallow=summary (~500 tokens), medium=search+1-hop (~2000), deep=2-hop traverse (~5000) | medium |
| focus | No | Entity names to retrieve in full detail (replaces open_nodes). Use this to expand specific entities. | |
| query | No | What you're looking for (used for medium/deep semantic search) | |
| format | No | Output format: prose (human-readable) or graph (JSON structure) | prose |
| max_tokens | No | Override default token budget |