Skip to main content
Glama

Android Debug Bridge MCP

by TiagoDanin

input_keyevent

Simulate key events (BACK, HOME, ENTER, DELETE) on Android devices via ADB for automation and testing, enabling device control and input simulation.

Instructions

Send key events (BACK, HOME, ENTER, DELETE)

Input Schema

NameRequiredDescriptionDefault
keyYesKey event to send

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key event to send", "enum": [ "BACK", "HOME", "ENTER", "DELETE" ], "type": "string" } }, "required": [ "key" ], "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