Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next

swipe_on_screen

Simulate screen swiping on iOS and Android devices via the Mobile Next MCP Server. Define swipe direction (up or down) to interact with mobile apps using accessibility snapshots or coordinate-based actions.

Instructions

Swipe on the screen

Input Schema

NameRequiredDescriptionDefault
directionYesThe direction to swipe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "The direction to swipe", "enum": [ "up", "down" ], "type": "string" } }, "required": [ "direction" ], "type": "object" }
Install Server

Other Tools from Mobile Next 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/mobile-next/mobile-mcp'

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