Skip to main content
Glama

MCP Appium Server

by Rahulec08

swipe

Simulate swipe gestures on mobile screens by defining start and end coordinates with customizable duration, enabling precise app interaction automation via MCP Appium Server.

Instructions

Perform a swipe gesture on the screen

Input Schema

NameRequiredDescriptionDefault
durationNoDuration of the swipe in milliseconds (default: 800)
endXYesEnding X coordinate
endYYesEnding Y coordinate
startXYesStarting X coordinate
startYYesStarting Y coordinate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "description": "Duration of the swipe in milliseconds (default: 800)", "type": "number" }, "endX": { "description": "Ending X coordinate", "type": "number" }, "endY": { "description": "Ending Y coordinate", "type": "number" }, "startX": { "description": "Starting X coordinate", "type": "number" }, "startY": { "description": "Starting Y coordinate", "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/Rahulec08/appium-mcp'

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