get_cursor_position
Get the current mouse cursor coordinates in screen pixels (x, y) to track and control GUI automation.
Instructions
Return the current mouse cursor position in screen pixels.
Returns: str: JSON like {"ok": true, "x": 100, "y": 200}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |