Skip to main content
Glama

ADB MCP Server

by richard0913

adb_input_text

Input text directly to an Android device using ADB commands. Specify the text and optional device ID to automate text entry for testing or remote management.

Instructions

Input text on the device

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
textYesText to input

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "text": { "description": "Text to input", "type": "string" } }, "required": [ "text" ], "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/richard0913/adb-mcp'

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