get_screen_size
Obtain the instance's display size, active vision backend, and server version. Required before coordinate math; coordinates are absolute pixels, top-left origin. Returns error if instance is down.
Instructions
Screen size of an instance + the active vision backend and server version.
Returns {"ok", "instance", "width", "height", "vision", "version"}. Call it once before coordinate math — coordinates are absolute pixels, top-left origin, within THIS instance's display. "vision" tells you how to ground: 'basic'/'local' → parse_screen + click_element; 'none' → screenshot + reason about pixels yourself. Fails (isError) if the instance is down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |