Skip to main content
Glama

miro_get_audit_log

Read-only

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
NameRequiredDescriptionDefault
sinceNoReturn events after this time (ISO 8601, e.g., 2024-01-01T00:00:00Z)
untilNoReturn events before this time (ISO 8601, e.g., 2024-01-02T00:00:00Z)
toolNoFilter by tool name (e.g., miro_create_sticky)
board_idNoFilter by board ID
actionNoFilter by action type: create, read, update, delete, export, auth
successNoFilter by success status (true/false)
limitNoMaximum events to return (default 50, max 500)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
eventsYes
messageYes
has_moreYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=true, which the description doesn't contradict. The description adds valuable behavioral context: it specifies the log scope ('local', 'this session only') and filtering capabilities, which aren't covered by annotations. It doesn't mention rate limits or authentication needs, but with annotations covering safety, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that efficiently communicates scope, purpose, and filtering options without any redundant information. Every word earns its place, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's read-only nature (annotations), comprehensive parameter documentation (100% schema coverage), and presence of an output schema, the description provides complete context. It covers scope, purpose, and filtering capabilities adequately for an audit query tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all 7 parameters. The description lists filterable fields (time range, tool, board, action type, success/failure) but doesn't add syntax or format details beyond what the schema provides. Baseline 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Query local audit log') and resource ('MCP tool executions'), with precise scope ('this session only'). It distinguishes from sibling tools by focusing on audit logs rather than board/item operations, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context through 'this session only' and filter parameters, suggesting it's for reviewing recent tool activity. However, it lacks explicit guidance on when to use this versus other audit or logging tools, or any prerequisites for accessing audit data.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/olgasafonova/miro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server