memory_get
Retrieve a complete memory entry by its ID, including full text and metadata. Use this to access truncated search results or specific entries you already know.
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 |