miro_get_desire_paths
Analyze how AI agents interact with Miro tools by reviewing attempted inputs and automatic corrections to improve tool descriptions and schemas.
Instructions
Query desire path normalizations. Shows what agents tried to send and how it was auto-corrected (URLs in ID fields, camelCase keys, string numbers, etc.). USE WHEN reviewing tool usage patterns to improve descriptions or schemas.
Filter by tool name or normalizer rule. Returns top patterns and recent events.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Filter by tool name (e.g., miro_get_board) | |
| rule | No | Filter by normalizer rule: url_to_id, camel_to_snake, string_to_numeric, whitespace, boolean_coercion | |
| limit | No | Maximum recent events to return (default 20, max 100) |