get_screen_size
Returns the primary screen resolution in pixels, providing width and height for display configuration.
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 |