Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_touch

Simulate touch and hold actions on mobile screens by specifying coordinates and duration for automated testing and device control.

Instructions

Hold touch on screen for specified duration

Input Schema

NameRequiredDescriptionDefault
durationNoDuration to hold in milliseconds
xYesX coordinate to touch
yYesY coordinate to touch

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 1000, "description": "Duration to hold in milliseconds", "type": "number" }, "x": { "description": "X coordinate to touch", "type": "number" }, "y": { "description": "Y coordinate to touch", "type": "number" } }, "required": [ "x", "y" ], "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