Get Memory
recall_getFetch a stored memory by its unique name, returning the full body in markdown or JSON format for easy access to persistent information.
Instructions
Fetch a single memory by name, including its full body.
Args:
name: the kebab-case slug of the memory
response_format: 'markdown' (default) or 'json'
Returns the memory, or a not-found message if no memory has that name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Stable kebab-case slug identifying the memory (also its filename) | |
| response_format | No | 'markdown' for human-readable, 'json' for structured data | markdown |