recall_search
recall_search
Search everything the caller has said to an agent and been told, wherever they said it — the browser, email, or the command line. Use it when something was mentioned and you need to find where; notes_get is for a fact somebody wrote down on purpose
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Recall — Search what you have said to an agent and been told, and read any conversation back.
Arguments
| Name | Type | What it is |
|---|---|---|
query* | string | What to look for — a word or phrase that was said |
client | string | Narrow to where it was said: web, mail, cli. Omit for everywhere |
limit | number | Max results (default 20, max 200) |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"query":"query"},"name":"recall_search"}}Try it in the playground.


