recall_memory
Retrieve a specific memory by its ID or read recent memories stored on-device. Use to review prior stored notes or catch up on latest recordings.
Instructions
Re-read a specific memory by id, or the most recent memories.
Use this when you already know which memory you want (from a previous store_memory or search_memory call), or to catch up on what was recorded most recently. To find memories by meaning, use search_memory instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent memories to return when memory_id is omitted. | |
| memory_id | No | The id of a single memory to read back. Omit for recent ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||