Skip to main content
Glama

DroidMind

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperb1iss/droidmind'

If you have feedback or need assistance with the MCP directory API, please join our Discord server