capture_screen
Capture a screenshot of the entire screen or a specific display. Use the max_size parameter to control image resolution for faster or more detailed output.
Instructions
Capture a screenshot of the full screen or a specific display.
Parameters:
display: Display number (0 = all displays combined, 1 = main, 2 = secondary). Default 0.
max_size: Maximum pixel dimension for the largest side. Default 800. Smaller = faster + fewer tokens. Use 400 for quick checks, 1200 for detail.
Returns the screenshot as an Image. Requires Screen Recording permission in macOS System Settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display | No | ||
| max_size | No |