miro_get_desire_paths
Query desire path normalizations to see how agent inputs are auto-corrected (e.g., URLs in ID fields, camelCase keys). Filter by rule or tool name to identify top patterns and recent events.
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
| Name | Required | Description | Default |
|---|---|---|---|
| rule | No | Filter by normalizer rule: url_to_id, camel_to_snake, string_to_numeric, whitespace, boolean_coercion | |
| tool | No | Filter by tool name (e.g., miro_get_board) | |
| limit | No | Maximum recent events to return (default 20, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by_rule | Yes | ||
| by_tool | Yes | ||
| message | Yes | ||
| by_param | Yes | ||
| top_patterns | Yes | ||
| recent_events | Yes | ||
| total_normalizations | Yes |