get_shot_data_for_analysis
Fetch espresso shot data and profile for analysis. Choose summary, compact trace, or full raw payload to match chat context limits.
Instructions
Fetch shot data and profile for analysis. Defaults to compact output with a sampled trace to stay within chat context limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbosity | No | 'summary' returns key metadata only, 'compact' includes sampled trace, 'full' returns raw payload. | compact |
| max_points | No | Maximum number of points in compact trace preview. | |
| shot_db_key | No | db_key of the shot to fetch (from get_shot_history). If omitted, fetches the last shot. |