Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

mouseDrag

Simulate mouse drag actions by specifying start and end coordinates for precise browser automation tasks using PlayMCP Server.

Instructions

Drag from one coordinate to another

Input Schema

NameRequiredDescriptionDefault
endXYes
endYYes
startXYes
startYYes

Input Schema (JSON Schema)

{ "properties": { "endX": { "type": "number" }, "endY": { "type": "number" }, "startX": { "type": "number" }, "startY": { "type": "number" } }, "required": [ "startX", "startY", "endX", "endY" ], "type": "object" }

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/jomon003/PlayMCP'

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