mouse_move
Move the mouse cursor to any absolute screen coordinate. Optionally animate the movement over a specified duration.
Instructions
Move the mouse cursor to an absolute screen coordinate.
Args: params (MoveInput): x, y target and optional animation duration.
Returns: str: JSON with the resulting cursor position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |