screenshot
Capture the entire screen or a specific region as an AI-optimized image. Use coordinate grid overlay, cropping, and compression options to verify visual results or inspect raw screen content.
Instructions
Take a screenshot of the entire screen or a specific region. Returns the image optimized for AI analysis. Options include coordinate grid overlay, compression, and region cropping. ⚠️ PREFER ai_screen_elements over this tool when you need to find clickable elements — it auto-detects ALL interactive elements with precise coordinates. Use screenshot only when you need a raw visual overview or to verify results. If you must estimate positions from the screenshot, aim for the vertical center or slightly below center of targets (visual perception biases Y upward).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: png) | |
| region | No | Capture specific region (x, y, width, height). Omit for full screen. | |
| quality | No | Image quality (1-100) (default: 80) | |
| maxWidth | No | Max width for AI optimization (downscale if larger) (default: 1920) | |
| showGrid | No | Overlay coordinate grid to help AI identify positions (default: false) | |
| windowId | No | Capture specific window by ID (from window_list) | |
| gridSpacing | No | Grid line spacing in pixels (default: 100) |