memo_history
List recent memory events for audit trails or investigate specific writes, updates, deletes, and reindex actions. Filter by operation or memory ID, with short prefixes resolved safely.
Instructions
List recent memory history events.
Read-only. Use for audit trails across the corpus or filter by op
and memory id when investigating a specific write, update, delete,
forget, or reindex action. Short ids are resolved safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Restrict events to one memory: full 32-char hex id or a unique short prefix. An ambiguous prefix returns a one-element error list with the matching ids; an unknown prefix returns an empty list. Omit for corpus-wide history. | |
| op | No | Exact-match filter on operation type. Events are recorded with op "save", "update", or "delete"; omit to include all ops. | |
| limit | No | Maximum events to return, newest first. Clamped to 1..500. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |