Skip to main content
Glama

AutoMobile

by zillow

tapOn

Perform actions like tap, double tap, long press, or focus on mobile UI elements using text or element IDs within specified containers. Supports Android and iOS platforms for mobile automation.

Instructions

Tap supporting text or resourceId

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on the element
containerElementIdNoContainer element ID to restrict the search within
idNoElement ID to tap on
platformYesPlatform of the device
textNoText to tap on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform on the element", "enum": [ "tap", "doubleTap", "longPress", "focus" ], "type": "string" }, "containerElementId": { "description": "Container element ID to restrict the search within", "type": "string" }, "id": { "description": "Element ID to tap on", "type": "string" }, "platform": { "description": "Platform of the device", "enum": [ "android", "ios" ], "type": "string" }, "text": { "description": "Text to tap on", "type": "string" } }, "required": [ "action", "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