Skip to main content
Glama

Android Debug Bridge MCP

by TiagoDanin

input_tap

Simulate touch interactions on Android devices by tapping at precise screen coordinates using X and Y values. Ideal for automation, testing, and UI manipulation via ADB commands.

Instructions

Tap at specific coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate for tap
yYesY coordinate for tap

Input Schema (JSON Schema)

{ "properties": { "x": { "description": "X coordinate for tap", "type": "number" }, "y": { "description": "Y coordinate for tap", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }

Other Tools from Android Debug Bridge MCP

Related Tools

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/TiagoDanin/Android-Debug-Bridge-MCP'

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