miro_get_audit_log
Query and filter audit logs for MCP tool executions in Miro whiteboards by time, tool, board, action type, or success status to monitor activity.
Instructions
Query local audit log for MCP tool executions (this session only). Filter by time range, tool, board, action type, or success/failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Return events after this time (ISO 8601, e.g., 2024-01-01T00:00:00Z) | |
| until | No | Return events before this time (ISO 8601, e.g., 2024-01-02T00:00:00Z) | |
| tool | No | Filter by tool name (e.g., miro_create_sticky) | |
| board_id | No | Filter by board ID | |
| action | No | Filter by action type: create, read, update, delete, export, auth | |
| success | No | Filter by success status (true/false) | |
| limit | No | Maximum events to return (default 50, max 500) |