find_low_confidence_route_decisions
Identify route decisions with low confidence or marked as uncallable to debug routing failures and optimize decision logic.
Instructions
Find route decisions that are low-confidence or explicitly uncallable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Number of minutes to look back (positive integer, max 7 days/10080 minutes) | |
| page | No | Page number for pagination (starts at 1) | |
| limit | No | Maximum number of matching route decisions to return | |
| provider | No | Optional route-decision metadata provider filter | |
| trace_id | No | Optional Langfuse trace ID filter | |
| session_id | No | Optional route-decision metadata session_id filter | |
| output_mode | No | Controls the output format and action. 'compact' (default): Returns a summarized JSON object optimized for direct agent consumption. 'full_json_string': Returns the complete, raw JSON data serialized as a string. 'full_json_file': Returns a summarized JSON object AND saves the complete data to a file. | compact |
| router_name | No | Optional route-decision metadata router_name filter | |
| capability_id | No | Optional route-decision metadata capability_id filter | |
| max_confidence | No | Return route decisions with confidence at or below this value | |
| include_uncallable | No | Also return decisions with metadata callable=false |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |