get_audit_trail
Fetch recent tool-call audit entries to document exactly what was inspected, proposed, approved, and applied during an incident, enabling accurate post-incident reports from the record.
Instructions
Return the last N entries of this server's own tool-call audit log.
Args: last_n: number of trailing audit entries to return (default 30).
Use this at the end of an incident to write an accurate post-incident report of what was inspected, proposed, approved, and applied - from the record, not from memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |