get_cursor_position
Retrieve the current mouse cursor position on the screen as x and y pixel coordinates.
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 |