memory_get
Retrieves a specific memory using its unique ID. Use when you have the exact memory identifier from a previous search or save.
Instructions
Fetch a single memory by id.
When to use:
You already have a memory id from a previous memory_search / memory_recall / memory_save call.
The user references "that memory you saved" and you stored the id.
When NOT to use:
You only have a vague query — use memory_search or memory_recall instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The memory id (looks like "mem_01HXVK..."). |