get_current_shot
Retrieve the current espresso shot's data during brewing, returning a compact summary by default. Returns null if no shot is in progress.
Instructions
Get data for the shot currently being brewed (returns null if no shot is in progress). Defaults to a compact summary to avoid huge responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbosity | No | 'summary' (default) returns compact metadata and sampled trace; 'full' returns raw shot payload. | summary |
| max_points | No | Maximum number of points in summary trace preview. |