Skip to main content
Glama

Mobile Next MCP

Apache 2.0
2,070
  • Apple
  • Linux

swipe_on_screen

Simulate screen swipes on iOS and Android devices by specifying direction, starting coordinates, and distance. Integrates with Mobile Next MCP for scalable mobile automation.

Instructions

Swipe on the screen

Input Schema

NameRequiredDescriptionDefault
directionYesThe direction to swipe
distanceNoThe distance to swipe in pixels. Defaults to 400 pixels for iOS or 30% of screen dimension for Android
xNoThe x coordinate to start the swipe from, in pixels. If not provided, uses center of screen
yNoThe y coordinate to start the swipe from, in pixels. If not provided, uses center of screen

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "The direction to swipe", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "distance": { "description": "The distance to swipe in pixels. Defaults to 400 pixels for iOS or 30% of screen dimension for Android", "type": "number" }, "x": { "description": "The x coordinate to start the swipe from, in pixels. If not provided, uses center of screen", "type": "number" }, "y": { "description": "The y coordinate to start the swipe from, in pixels. If not provided, uses center of screen", "type": "number" } }, "required": [ "direction" ], "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/EmpathySlainLovers/MCP'

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