recall_conversation
recall_conversation
Read one whole conversation back by id, as recall_search and recall_list report it
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 |
|---|---|---|
id* | string | The conversation's id, as recall_search reports it |
limit | number | Max messages, most recent kept (default 50) |
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":{"id":"id"},"name":"recall_conversation"}}Try it in the playground.


