Recall memory
recall_memoryRetrieve and display the exact memories used for a task, with optional full records, to provide transparent recall before answering.
Instructions
Transparent recall for any MCP-capable harness. Use this at task start or before answering to show exactly which memories were used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Exact memory IDs from a prior Pathmark context block. Preserves the original visible-recall set. | |
| kind | No | ||
| tags | No | Optional tags to scope visible recall, such as the current workspace tag. | |
| limit | No | ||
| query | No | Task, repo, or question to retrieve memory for. Empty query returns recent records. | |
| namespace | No | ||
| includeRecords | No | Include a second, untruncated full-record copy alongside usedMemories. Defaults to false: it duplicates data already in context/usedMemories and is unbounded in size. Set true only when full record bodies are required. |