Mobile Next MCP Server

by mobile-next
Verified

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" }

You must be authenticated.

Other Tools from Mobile Next MCP Server

Related Tools

ID: a2b6isqsub