get_screen_size
Retrieve the primary screen resolution in pixels to enable accurate GUI automation and coordinate mouse/keyboard actions on headless desktops.
Instructions
Return the primary screen resolution in pixels.
Returns: str: JSON like {"ok": true, "width": 1920, "height": 1080}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |