Type Text
android_type_textType ASCII text into the focused Android input field. Optionally clear field first, press ENTER after typing, or specify device.
Instructions
Type text into the currently focused input field. Tap the field first. ASCII only (adb limitation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to type (ASCII only) | |
| clear | No | Clear the field before typing (select-all + delete) | |
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). | |
| submit | No | Press ENTER after typing |