Skip to main content
Glama

MCP Appium Server

by Rahulec08

scroll-screen

Scroll the screen in a specified direction (up, down, left, right) with adjustable distance for precise mobile app automation in the MCP Appium Server.

Instructions

Scroll the screen in a specified direction

Input Schema

NameRequiredDescriptionDefault
directionYesDirection to scroll
distanceNoDistance to scroll as a percentage (0.0-1.0, default: 0.5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "Direction to scroll", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "distance": { "description": "Distance to scroll as a percentage (0.0-1.0, default: 0.5)", "type": "number" } }, "required": [ "direction" ], "type": "object" }
Install Server

Other Tools from MCP Appium 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/Rahulec08/appium-mcp'

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