Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_swipe

Execute touchscreen swipe gestures between specified coordinates with controlled duration for mobile automation testing and device control.

Instructions

Swipe from one point to another with specified duration

Input Schema

NameRequiredDescriptionDefault
durationNoSwipe duration in milliseconds
x1YesStarting X coordinate
x2YesEnding X coordinate
y1YesStarting Y coordinate
y2YesEnding Y coordinate

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 500, "description": "Swipe duration in milliseconds", "type": "number" }, "x1": { "description": "Starting X coordinate", "type": "number" }, "x2": { "description": "Ending X coordinate", "type": "number" }, "y1": { "description": "Starting Y coordinate", "type": "number" }, "y2": { "description": "Ending Y coordinate", "type": "number" } }, "required": [ "x1", "y1", "x2", "y2" ], "type": "object" }

Other Tools from MQScript MCP Server

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/allegiant/MQScript_MCP'

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