← MCP Catalog

android_type_append_text

Type text character by character at the end of a text field. Uses natural InputConnection typing (indistinguishable from keyboard input). For text longer than 2000 characters, call this tool multiple times — subsequent calls continue typing at the current cursor position.

MCPAndroid AuthorizationOAuth on device

Parameters

node_idstring · required

Target node ID to type into

textstring · required

Text to type (must be non-empty, max 2000 characters)

typing_speedinteger · default 250

Base delay between characters in ms (min: 10, max: 5000)

typing_speed_varianceinteger · default 50

Random variance in ms, clamped to [0, typing_speed]