Mobile Next MCP Server

by mobile-next
Verified

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

ID: a2b6isqsub