DroidMind

by hyperb1iss

tap

Simulate screen taps on Android devices by specifying coordinates and device serial. Use this tool for precise UI interactions, app testing, and device control with DroidMind MCP server.

Instructions

Tap on the device screen at specific coordinates.

Args: serial: Device serial number x: X coordinate to tap y: Y coordinate to tap

Returns: The result of the tap operation

Input Schema

NameRequiredDescriptionDefault
serialYes
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "serial": { "title": "Serial", "type": "string" }, "x": { "title": "X", "type": "integer" }, "y": { "title": "Y", "type": "integer" } }, "required": [ "serial", "x", "y" ], "title": "tapArguments", "type": "object" }
ID: p03zdsi6ol