get_memory_details
Retrieve the full content of a memory, including all linked parts, with support for paginated retrieval of large memories.
Instructions
Get complete details of a specific memory, including all linked parts if chunked
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memoryId | Yes | UUID of the memory to retrieve, OR an ordinal number ("1", "2", etc.) referencing the position from the last recall_memories result | |
| includeLinkedParts | No | Include all linked parts if this is a chunked memory | |
| offset | No | Character offset for paginated retrieval of large memories. When a response says "use offset: N to continue", pass that value here to get the next page. | |
| maxChars | No | Maximum characters per page (default 80000, min 1000, max 500000). Reduce for faster responses on slow connections. |