Skip to main content
Glama

AutoMobile

by zillow

scroll

Scroll in a specified direction on a scrollable container to locate or reveal an element using text or selectors, with adjustable speed and timeout for Android and iOS devices.

Instructions

Scroll in a direction on a scrollable container, optionally to find an element (supports text and selectors)

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