get_screen_size
Get the primary screen resolution in pixels. Returns width and height as JSON for use in automation scripts.
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 |