Skip to main content
Glama

ADB MCP Server

by richard0913

adb_swipe

Perform screen swipes on Android devices by defining start and end coordinates. Specify swipe duration and device ID to automate touch interactions via ADB MCP Server.

Instructions

Swipe from one point to another on the device screen

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
durationNoSwipe duration in milliseconds (default: 300)
x1YesStart X coordinate
x2YesEnd X coordinate
y1YesStart Y coordinate
y2YesEnd Y coordinate

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "duration": { "description": "Swipe duration in milliseconds (default: 300)", "type": "number" }, "x1": { "description": "Start X coordinate", "type": "number" }, "x2": { "description": "End X coordinate", "type": "number" }, "y1": { "description": "Start Y coordinate", "type": "number" }, "y2": { "description": "End Y coordinate", "type": "number" } }, "required": [ "x1", "y1", "x2", "y2" ], "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/richard0913/adb-mcp'

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