getMemory
Fetch a single memory record using its exact ID to retrieve full details including content, kind, importance, timestamps, and session metadata. Use only when you have the specific memory ID.
Instructions
Fetch a single memory record by its exact ID. Returns the full record: content, kind, importance, timestamps, and session metadata. Read-only; no side effects.
WHEN TO CALL: When you already have a specific memoryId from a prior retrieveMemories or listMemories result and need its full detail.
WHEN NOT TO CALL: For topic-based search — use retrieveMemories for that. This tool requires an exact ID and does not search by content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memoryId | Yes | Exact UUID of the memory to fetch. Obtain from a prior retrieveMemories or listMemories result. |