screen_capture
Capture a screenshot of the primary Windows monitor to see what's currently on screen. Returns PNG base64 data or saves to a specified path.
Instructions
Capture a screenshot (screen grab) of the primary monitor on this Windows PC. Returns the screenshot image in PNG format as base64 data that the AI can directly view and analyze. Use cases: see what's currently displayed on screen, debug UI issues in applications, verify visual changes, create visual documentation, or monitor what's showing on the display. Screenshot is captured using .NET System.Drawing from the primary monitor at full resolution. Optionally save the screenshot to a specific file path on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Absolute path to save the screenshot PNG file to disk. If omitted, the screenshot is still captured and returned as base64 image data but not saved to a specific file location. |