Skip to main content
Glama

Scenic MCP

send_mouse_move

Move the mouse cursor to precise coordinates (x, y) using Scenic MCP for AI-driven automation and testing of Scenic Elixir applications.

Instructions

Move mouse cursor to specific coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }
Install Server

Other Tools from Scenic MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/scenic-contrib/scenic_mcp_experimental'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server