recall
Semantic search over your stored memories — finds relevant notes by meaning, not just keywords (e.g. a query about "deployment" surfaces a memory that says "ships on Cloudflare Workers"). Call this at the start of a task, or whenever you might have prior context about the user, project, or topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10). | |
| query | No | What to look for, in natural language. Leave empty to get the most recent memories. |