memo_record_diff
Get chronological history events for a memory to inspect how it changed over time before editing or rolling back. Use full id or unique prefix; limits returned events and indicates truncation.
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, clamped to 1..500. 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 | |||