Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next

press_button

Trigger button presses on mobile devices using specific key codes like KEYCODE_BACK, HOME, VOLUME_UP, or ENTER via the Mobile Next MCP Server for automated device control.

Instructions

Press a button on device

Input Schema

NameRequiredDescriptionDefault
buttonYesThe button to press. Supported buttons: KEYCODE_BACK, KEYCODE_HOME, KEYCODE_MENU, KEYCODE_VOLUME_UP, KEYCODE_VOLUME_DOWN, KEYCODE_ENTER

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "button": { "description": "The button to press. Supported buttons: KEYCODE_BACK, KEYCODE_HOME, KEYCODE_MENU, KEYCODE_VOLUME_UP, KEYCODE_VOLUME_DOWN, KEYCODE_ENTER", "type": "string" } }, "required": [ "button" ], "type": "object" }

You must be authenticated.

Other Tools from Mobile Next MCP Server

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/mobile-next/mobile-mcp'

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