memory_get
Retrieve the complete content and metadata of a specific memory entry by its ID. Use this to access full text when search results are truncated or to obtain all details for a known entry.
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 |