Skip to main content
Glama

AutoMobile

by zillow

inputText

Send text input to mobile devices for automation testing. Specify platform (Android/iOS) and optional IME action to streamline interactions.

Instructions

Input text to the device

Input Schema

NameRequiredDescriptionDefault
imeActionNoOptional IME action to perform after text input
platformYesPlatform of the device
textYesText to input to the device

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "imeAction": { "description": "Optional IME action to perform after text input", "enum": [ "done", "next", "search", "send", "go", "previous" ], "type": "string" }, "platform": { "description": "Platform of the device", "enum": [ "android", "ios" ], "type": "string" }, "text": { "description": "Text to input to the device", "type": "string" } }, "required": [ "text", "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