Skip to main content
Glama

AutoMobile

by zillow

swipeOnScreen

Simulate screen swipes in specified directions (up, down, left, right) for Android and iOS devices using duration and system insets configuration.

Instructions

Swipe on screen in a specific direction

Input Schema

NameRequiredDescriptionDefault
directionYesDirection to swipe
durationYesDuration of the swipe in milliseconds
includeSystemInsetsYesWhether to include system inset areas in the swipe
platformYesPlatform of the device

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "Direction to swipe", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "duration": { "description": "Duration of the swipe in milliseconds", "type": "number" }, "includeSystemInsets": { "description": "Whether to include system inset areas in the swipe", "type": "boolean" }, "platform": { "description": "Platform of the device", "enum": [ "android", "ios" ], "type": "string" } }, "required": [ "direction", "includeSystemInsets", "duration", "platform" ], "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/zillow/auto-mobile'

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