← MCP Catalog

android_tap_node

Performs a gesture-based tap at a random point within the bounds of the node identified by node_id. Unlike `click_node` (which uses the accessibility ACTION_CLICK), this performs a coordinate-based touch gesture. The tap point is randomized within the node bounds, inset by a configurable percentage (default 5%) from each edge to avoid hitting borders.

MCPAndroid AuthorizationOAuth on device

Parameters

node_idstring · required

Node ID from find_nodes

inset_percentagenumber · default 5.0

Percentage to inset from each edge of the node bounds (0.0-45.0). Default 5.0