recall
Search semantic memory to find relevant past information before starting a task. Retrieve graph neighbors to surface connected context.
Instructions
Search the Brain semantically. Use this to find relevant memories before starting work.
Args: query: Natural language query describing what you're looking for. project: Scope search to a specific project (None = search all). limit: Maximum number of results to return. neighbors: Attach each result's strongest graph neighbours (1 hop, typed) — graph-aware recall: what's CONNECTED surfaces even if not textually similar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| project | No | ||
| neighbors | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |