Skip to main content
Glama

AutoMobile

by zillow

swipeOnElement

Perform controlled swipes on mobile app elements by specifying direction, duration, and platform. Ideal for testing touch gestures in Android and iOS applications.

Instructions

Swipe on a specific element

Input Schema

NameRequiredDescriptionDefault
containerElementIdNoContainer element ID to restrict the search within
directionYesDirection to swipe
durationYesDuration of the swipe in milliseconds
elementIdYesID of the element to swipe on
platformYesPlatform of the device

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "containerElementId": { "description": "Container element ID to restrict the search within", "type": "string" }, "direction": { "description": "Direction to swipe", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "duration": { "description": "Duration of the swipe in milliseconds", "type": "number" }, "elementId": { "description": "ID of the element to swipe on", "type": "string" }, "platform": { "description": "Platform of the device", "enum": [ "android", "ios" ], "type": "string" } }, "required": [ "elementId", "direction", "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