analyze_execution
Inspect and paginate execution evidence from profiler traces or benchmarks, optionally comparing two runs and applying filters to pinpoint changes.
Instructions
Inspect one bounded execution-evidence collection. When next_cursor is present, repeat the same query with that cursor; use record_analysis to preserve a result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum execution observations to return (1-1000). | |
| cursor | No | Opaque next_cursor from the same filtered query. | |
| filters | No | Optional exact/path/line filters applied before comparison. | |
| collection | No | Execution evidence collection to page. | observations |
| run_or_artifact | Yes | Primary run or artifact ID; discover with list_runs or list_artifacts. | |
| comparison_run_or_artifact | No | Optional second run or artifact ID for a compatible comparison. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||