screenshot
Capture a full desktop screen or crop to a specific application, window, or element with optional padding and monitor selection.
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 |