safety_audit
Review a log of safety-relevant operations including tool executions, blocked attempts, rate-limit violations, and preflight failures.
Instructions
Query the safety audit log.
Returns a record of all safety-relevant operations: tool executions,
blocked attempts, rate-limit violations, and preflight failures.
Args:
action: Filter by action type. Options: ``"executed"``,
``"blocked"``, ``"rate_limited"``, ``"auth_denied"``,
``"preflight_failed"``, ``"dry_run"``. Omit for all.
tool_name: Filter by MCP tool name (e.g. ``"send_gcode"``).
limit: Maximum number of records to return (default 25, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| action | No | ||
| tool_name | No |