memory_get
Retrieve the full text and complete metadata of a memory entry by its ID, including confidence, tags, origin, and read count. Use when a search returned a truncated version or you need entry details.
Instructions
Fetch a single memory entry by ID, returning its full content without truncation.
Use when memory_search() or memory_list() returned a truncated entry and you need the complete text, or when you have a specific entry ID and want all its metadata (confidence, tags, origin, read count). Read-only — no side effects.
Args: entry_id: The UUID of the entry. Short prefixes (min 4 chars) are resolved if unambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | The UUID of the entry. Short prefixes (min 4 chars) are resolved if unambiguous. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |