screenshot
Capture a screenshot of the full desktop or crop to a specific app, window, element, or monitor with configurable padding. Returns the image for AI agents to interact with desktop applications.
Instructions
Capture the screen and return an image.
With no arguments, captures the full desktop. Specify one
parameter to crop to a specific target.
Args:
app: Crop to this application's window.
window_id: Crop to this specific window.
element_id: Crop to this element's bounding box.
padding: Extra pixels around the crop region.
monitor: Capture only this monitor (0-indexed).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| window_id | No | ||
| element_id | No | ||
| padding | No | ||
| monitor | No |