Skip to main content
Glama
wilsonbeam

@wilsonbeam/openclaw-adb-mcp

by wilsonbeam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
adb_list_devicesA

List all connected Android devices with their status and info

adb_shellC

Execute a shell command on the Android device

adb_device_infoB

Get detailed information about an Android device (model, brand, Android version, etc.)

adb_install_appB

Install an APK file on the device

adb_uninstall_appA

Uninstall an app from the device

adb_list_packagesC

List installed packages on the device

adb_push_fileA

Push a file from local machine to the Android device

adb_pull_fileA

Pull a file from the Android device to local machine

adb_start_activityB

Start an activity with the given intent

adb_force_stopB

Force stop an application

adb_clear_dataB

Clear all data for an application

adb_tapA

Tap on the screen at the specified coordinates

adb_swipeA

Swipe from one point to another on the screen

adb_long_pressB

Long press on the screen at the specified coordinates

adb_type_textA

Type text into the currently focused input field

adb_press_keyB

Press a key on the device (using Android keycode)

adb_screenshotA

Take a screenshot of the device screen and return as base64 PNG

adb_screen_sizeC

Get the screen dimensions of the device

adb_wakeB

Wake up the device screen

adb_press_homeA

Press the home button

adb_press_backB

Press the back button

adb_make_callC

Make a phone call to the specified number (dials immediately)

adb_dial_numberA

Open the dialer with a number (does not dial - user must press call)

adb_end_callA

End the current phone call

adb_send_smsA

Open SMS composer with a pre-filled message (user must press send)

adb_call_stateA

Get the current call state (idle, ringing, or offhook)

adb_answer_callB

Answer an incoming call

adb_unlockA

Unlock the device with password, PIN, pattern, or swipe. Pattern uses 3x3 grid numbered 0-8 (top-left to bottom-right), e.g., '0123' or '0147' for L-shape.

adb_is_lockedB

Check if the device screen is locked

adb_lockA

Lock the device screen

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/wilsonbeam/openclaw-adb-mcp'

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