get
Retrieve a memory by its ID, returning all metadata and content. Inspect or verify memory state after recall or update.
Instructions
Retrieve a single memory by its ID with all metadata.
Read-only: yes. Use to inspect a memory returned by recall() or to verify the state of a memory after update().
Args: id: Memory ID (returned by remember(), recall(), or consolidation).
Returns: dict: Full memory object (content, type, weight, tags, timestamps, embedding excluded), or None if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID to retrieve (returned by remember() or recall()). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |