memo_record_diff
Retrieve chronological history events for a memory to inspect its changes over time before editing or rolling back. Accepts full id or unique prefix, with optional limit.
Instructions
Return recent history events for one memory in chronological order.
Read-only. Use to inspect how a memory changed over time before
editing or rolling back. Accepts a full id or unique prefix; limit
caps returned events and has_more reports truncation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory id: full 32-char hex id or a unique short prefix. Ids shorter than 32 chars are prefix-resolved; an ambiguous prefix returns an error payload listing the matching ids. | |
| limit | No | Maximum history events to return (no clamp). The newest `limit` events are fetched and returned oldest-first; `has_more` is true when the record has at least `limit` events. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||