computer_zoom
Zoom into a specified screen region at full resolution to read small text or inspect UI details. Provide the top-left and bottom-right coordinates.
Instructions
Capture a specific region of the screen at full (unscaled) resolution. Useful for reading small text or inspecting UI details. Provide top-left (x1, y1) and bottom-right (x2, y2) coordinates of the region. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Top-left X coordinate | |
| y1 | Yes | Top-left Y coordinate | |
| x2 | Yes | Bottom-right X coordinate | |
| y2 | Yes | Bottom-right Y coordinate |