memo_get
Retrieve a stored memory by its ID or unique prefix. Returns the full record or indicates if it does not exist.
Instructions
Fetch one memory by id or unique id prefix.
Read-only. Returns the full memory record, None when it does not
exist, or an ambiguity error when the prefix matches multiple records.
Use memo_search or memo_list first when you do not know the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |