run_safe_command__audit_get
Retrieve recent audit records of safe command executions, with options to include rotated logs and set a scan limit.
Instructions
Read recent run_safe_command execution audit records. @param limit Maximum number of most recent entries to return. Default 20. @param include_rotated Include rotated audit files in addition to the active audit file. Default true. @param rotated_file_limit Maximum number of rotated audit files to scan. Range 1-50. Default 10. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| include_rotated | No | ||
| rotated_file_limit | No | ||
| __mcp_response_mode | No | content |