capture_screen
Capture a screenshot of the macOS screen, selecting full screen, a specific region, or the frontmost window, and return the image.
Instructions
Capture a screenshot of the macOS screen and return it as an image. Supports full screen, a specific region, or the frontmost window. Requires Screen Recording permission on first use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | What to capture: full screen, a region, or the frontmost window | |
| region | No | Region to capture (only when target is 'region') | |
| scale | No | Scale factor (0-1) to reduce image size. Default 0.5 |