mem_get
Fetch a specific memory record by ID, either an observation or prompt. Include surrounding timeline for chronological context when needed.
Instructions
Fetch a saved observation or prompt by ID. Use include_timeline=true when the surrounding observation chronology matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record ID to retrieve, interpreted according to kind | |
| kind | No | Memory kind to retrieve (defaults to observation) | |
| after | No | Timeline observations after the focus item (default: 5) | |
| before | No | Timeline observations before the focus item (default: 5) | |
| offset | No | Character offset for large content (default: 0) | |
| max_length | No | Max characters to return (default: 50000) | |
| include_timeline | No | Include surrounding observations in the same session |