Skip to main content
Glama

Android MCP Server

by jduartedj

android_swipe

Perform swipe gestures on Android devices by specifying start and end coordinates, enabling navigation, scrolling, and interaction simulation.

Instructions

Perform a swipe gesture between two coordinates

Input Schema

NameRequiredDescriptionDefault
startXYesStarting X coordinate
startYYesStarting Y coordinate
endXYesEnding X coordinate
endYYesEnding Y coordinate
durationNoSwipe duration in milliseconds (default: 300)
deviceSerialNoSpecific device serial number to target (optional)

Input Schema (JSON Schema)

{ "properties": { "deviceSerial": { "description": "Specific device serial number to target (optional)", "type": "string" }, "duration": { "default": 300, "description": "Swipe duration in milliseconds (default: 300)", "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" }

Other Tools from Android 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/jduartedj/android-mcp-server'

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