Zoom into region
zoomCapture a screen region at full resolution to read small text, dense tables, or tiny controls that normal screenshots blur. Specify two corners; the result maps pixels to screen coordinates.
Instructions
Capture one region of the screen at full resolution, to read small text, dense tables, file names or tiny controls that a normal screenshot blurs. Give the region as two corners in screen coordinates (the same space click uses); the result text explains how to map pixels in the zoomed image back to screen coordinates. Use screenshot for a whole window and get_app_state when the text is exposed by accessibility. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x0 | Yes | Left edge, screen coordinates | |
| x1 | Yes | Right edge, screen coordinates | |
| y0 | Yes | Top edge, screen coordinates | |
| y1 | Yes | Bottom edge, screen coordinates | |
| max_width | No | Downscale the zoomed image to this width in pixels (default 1400) |