Get memory
get_memoryNeed to view a memory's full details? Provide its UUID to retrieve the entire content stored in Memxus.
Instructions
Get the full content of a single memory by its UUID (from list_memories or recall).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | UUID of the memory to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory UUID. | |
| tags | No | Tags attached to the memory. | |
| content | Yes | Full memory text. | |
| message | Yes | Human-readable detail (same as content text). | |
| collection | No | Collection slug, or empty string if uncategorized. | |
| created_at | No | ISO 8601 creation timestamp. | |
| importance | No | Relevance weight from 0 to 1. | |
| memory_type | Yes | Category of the memory. |