get_cursor_position
Get the current mouse cursor position in screen pixels, returning x and y coordinates to support automation and UI interaction.
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 |