Skip to main content
Glama

AutoMobile

by zillow

imeAction

Execute IME actions such as done, next, search, send, go, and previous on Android and iOS devices using AutoMobile's mobile automation capabilities.

Instructions

Perform an IME action (e.g., done, next, search)

Input Schema

NameRequiredDescriptionDefault
actionYesIME action to perform
platformYesPlatform of the device

Input Schema (JSON Schema)

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