Input
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Natural-language description of what you want to recall. |
limit | number | No | Max memories to return. Default 10, max 50. |
Example
Prompt:“How does this user like their pull requests written?”Tool call:
When to use it
- Before answering, to ground yourself in what the user already told other agents.
- When the user references a past decision, preference, or project fact you do not have in context.
- At the start of a task, to pull in relevant standing context.
See also
- save_memory: write a new memory other agents can recall.

