Skip to main content
Glama

AutoMobile

by zillow

swipe

Perform unified scroll actions on mobile devices with specified direction, speed, and target elements. Supports Android and iOS platforms for precise automation testing.

Instructions

Unified scroll command supporting direction and speed (no index support due to reliability)

Input Schema

NameRequiredDescriptionDefault
containerElementIdYesElement ID to scroll until visible
directionYesScroll direction
lookForNoWhat we're searching for while scrolling
platformYesPlatform of the device
speedNoScroll speed

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "containerElementId": { "description": "Element ID to scroll until visible", "type": "string" }, "direction": { "description": "Scroll direction", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "lookFor": { "additionalProperties": false, "description": "What we're searching for while scrolling", "properties": { "elementId": { "description": "ID of the element to look for while scrolling", "type": "string" }, "maxTime": { "description": "Maximum amount of time to spend scrolling, (default 10 seconds)", "type": "number" }, "text": { "description": "Optional text to look for while scrolling", "type": "string" } }, "type": "object" }, "platform": { "description": "Platform of the device", "enum": [ "android", "ios" ], "type": "string" }, "speed": { "description": "Scroll speed", "enum": [ "slow", "normal", "fast" ], "type": "string" } }, "required": [ "containerElementId", "direction", "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