get_memory
Retrieve a specific memory by its ID to access full details, including metadata and timestamps, after a search or to verify stored content.
Instructions
Retrieve a specific memory by its ID.
When to Use
You have a memory ID from a previous search result
After adding a memory and need to verify or get full details
User asks for details about a specific memory they referenced
After update/delete operations to confirm results
Pre-Execution Recall
Usually you'll use search_memories first to find relevant memories. Use get_memory when you already have an ID and need full details.
Returns full memory details including metadata, timestamps, and the stored content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The memory ID to retrieve. |