read_screenshot
Split a screenshot into four quadrants and return the dominant RGB color of each, enabling visual reasoning about on-screen content.
Instructions
Analyze a screenshot (base64 PNG) by splitting into 4 quadrants and returning the dominant color (average RGB) of each. Useful for visual reasoning about what's on screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64PNG | Yes | Base64-encoded PNG screenshot |