miro_get_audit_log
Query local audit log for MCP tool executions in this session. Filter by time range, tool, board, action type, or success/failure to monitor and troubleshoot 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
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Filter by tool name (e.g., miro_create_sticky) | |
| limit | No | Maximum events to return (default 50, max 500) | |
| 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) | |
| action | No | Filter by action type: create, read, update, delete, export, auth | |
| success | No | Filter by success status (true/false) | |
| board_id | No | Filter by board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| events | Yes | ||
| message | Yes | ||
| has_more | Yes |