get_audit_trail
Fetch the last N audit log entries to compile an accurate post-incident report from recorded tool calls instead of memory.
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 |