audit_log
Read the audit trail of memory mutations to answer recency questions, inspect time-ordered history, and debug state changes.
Instructions
Read the audit trail of all memory mutations. Use this — not semantic_recall — for recency questions: 'what's the latest update?', 'what changed recently?', 'what was the last thing written?', 'show me the most recent entry.' Pass last_n=1 for the single most recent mutation. semantic_recall is for topic-based search; audit_log is for time-ordered history, integrity checks, and debugging unexpected state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Filter by tool name (entity_update, decision_log, memory_commit, plan_update) | |
| last_n | No | Number of recent entries to return (default 20) | |
| entity_id | No | Filter by entity ID |