memo_get
Fetch a stored memory by full id or unique prefix. Returns the complete record, or None if missing, and errors on ambiguous prefixes.
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.
When MEMO_EMITTED_LEDGER is on and the resolved id already has an
entry in this session's emission ledger, this call counts as a
recovery against the feature's net-saving estimate (see
memo_cache_stats's emit_ledger.memo_get_after_digest) -- the
conservative rule the spec calls for, not proof this call actually
followed a digest pointer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Full 32-char memory id or a unique prefix (git-style short ids). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |