← MCP Catalog

android_type_insert_text

Type text character by character at a specific position in a text field. Uses natural InputConnection typing (indistinguishable from keyboard input).

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)

offsetinteger · required

0-based character offset for cursor position. Must be within [0, current text length]

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]