Skip to main content
Glama

Android Mobile MCP

by erichung9060

mobile_swipe

Execute swipe gestures on Android screens by specifying start and end coordinates with customizable duration for navigation and interaction.

Instructions

Perform a swipe gesture on the Android screen.

Args: start_x: Starting X coordinate start_y: Starting Y coordinate end_x: Ending X coordinate end_y: Ending Y coordinate duration: Duration of swipe in seconds (default: 0.5)

Input Schema

NameRequiredDescriptionDefault
durationNo
end_xYes
end_yYes
start_xYes
start_yYes

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 0.5, "type": "number" }, "end_x": { "type": "integer" }, "end_y": { "type": "integer" }, "start_x": { "type": "integer" }, "start_y": { "type": "integer" } }, "required": [ "start_x", "start_y", "end_x", "end_y" ], "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/erichung9060/Android-Mobile-MCP'

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