Screenshot
screenshotCapture the primary or a chosen display and return it as an image so you can view, describe, or troubleshoot on-screen content. Resizes to maxEdge 1600 by default to limit vision tokens.
Instructions
Capture the entire primary display (or a specific display) and return it as an image. Use when the user asks you to see, look at, describe, or troubleshoot what's on their screen. Auto-resizes to maxEdge=1600 by default to keep vision tokens reasonable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. Default png (lossless). Use jpeg/webp to save vision tokens when pixel-perfect detail is not needed. | |
| maxEdge | No | Resize so the longest edge is ≤ N pixels (lower = cheaper vision tokens). Range 64-4096. Default 1600. | |
| quality | No | Quality (1-100) for jpeg/webp. Default 80. Ignored for png. | |
| displayId | No | Display id obtained from `list_displays`. Omit to use the primary display. Always call list_displays first when targeting a non-primary display. |