take_screenshot
Capture a screenshot of the primary display or a specific window. Returns the image as a PNG.
Instructions
Captures a screenshot of the primary display or a specific window. Returns the image as a PNG. If window_title is provided, captures only that window (partial title match). Otherwise captures the full screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_title | No | Optional window title to capture (partial match). If omitted, captures the full primary screen. |