zoom
Capture a high-resolution image of a specific region from the last full-screen screenshot to read small text or inspect fine UI details.
Instructions
Take a higher-resolution screenshot of a specific region of the last full-screen screenshot. Use this liberally to inspect small text, button labels, or fine UI details that are hard to read in the downsampled full-screen image. IMPORTANT: Coordinates in subsequent click calls always refer to the full-screen screenshot, never the zoomed image. This tool is read-only for inspecting detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | (x0, y0, x1, y1): Rectangle to zoom into, in the coordinate space of the most recent full-screen screenshot. x0,y0 = top-left, x1,y1 = bottom-right. | |
| save_to_disk | No | Save the image to disk so it can be attached to a message for the user. Returns the saved path in the tool result. Only set this when you intend to share the image. |