recall
Surface prior knowledge from personal memory before starting a task. Uses semantic and keyword matching to find relevant learnings, conventions, and gotchas.
Instructions
Before starting a task, surface prior knowledge you haven't loaded yet. Searches stored memory using semantic + keyword matching. Example: {"context": "auth token refresh", "lobe": "my-project"} Searches YOUR memory entries (from learn/gotcha/convention/prefer). Does NOT search the codebase or the internet. Call once per area. Skip if you already recalled this topic or received it from brief(). Knowledge stays in your context. Required param: "context" — the area you need knowledge about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lobe | No | Memory lobe name. No lobes configured yet — run memory_bootstrap(lobe: "your-project", root: "/absolute/path/to/repo") first. | |
| context | Yes | The topic or area you need knowledge about. Describe in natural language — e.g. "auth token refresh", "how modules communicate", "payment webhook handler". | |
| maxResults | No | Max results (default: 10). |