Skip to main content
Glama

Android Mobile MCP

by erichung9060

mobile_type

Input text into Android text fields and optionally submit using Enter key. Enables automated text entry for mobile device interaction and testing.

Instructions

Input text into the currently focused text field on Android.

Args: text: The text to input submit: Whether to submit text (press Enter key) after typing

Input Schema

NameRequiredDescriptionDefault
submitNo
textYes

Input Schema (JSON Schema)

{ "properties": { "submit": { "default": false, "type": "boolean" }, "text": { "type": "string" } }, "required": [ "text" ], "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/erichung9060/Android-Mobile-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server