memo_history
List recent memory events for audit trails. Filter by operation or memory ID to investigate specific writes, updates, deletes, forgets, or reindex actions.
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 (no clamp). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |