Read Memory
read_memoryRetrieve a specific XMemo memory by ID, returning content in character windows. Continue reading long memories using offset pagination.
Instructions
Read one exact authorized XMemo memory in character windows. Use a memory ID returned by recall or search, then continue long content with next_offset. Embeddings are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum content characters in this page; defaults to 4000. | |
| offset | No | Zero-based character offset into this memory's content; defaults to 0. | |
| memory_id | Yes | Exact XMemo memory reference returned by recall or search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |