screenshot_area
Capture a specific rectangular area of your GNOME desktop screen. Specify coordinates and dimensions to take precise screenshots, with options to include cursor and choose output format.
Instructions
Take a screenshot of a rectangular screen region.
Args: x: Left edge in pixels. y: Top edge in pixels. width: Width in pixels. height: Height in pixels. include_cursor: Whether to include the mouse cursor. format: "path" returns filepath, "base64" returns base64-encoded PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| include_cursor | No | ||
| format | No | path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |