get
Fetch a memory record by its unique id. Includes optional version history and source metadata. Use when you already know the memory id.
Instructions
Fetch one memory by its exact id (for example, an id returned by search or memory_list). Read-only. Use when you already have the id and want the full record; use search to find a memory by its content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The memory's id. Required. | |
| include_source | No | If true, reveal provenance/source metadata. Default false. | |
| include_history | No | If true, include the memory's version/change history. Default false. |