Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_keypress

Press a specific key on mobile devices using key codes to automate navigation, menu access, or system controls in mobile automation scripts.

Instructions

Press a key once

Input Schema

NameRequiredDescriptionDefault
keyCodeYesKey code to press (e.g., 4 for back, 3 for home, 82 for menu)

Input Schema (JSON Schema)

{ "properties": { "keyCode": { "description": "Key code to press (e.g., 4 for back, 3 for home, 82 for menu)", "type": "number" } }, "required": [ "keyCode" ], "type": "object" }

Other Tools from MQScript 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/allegiant/MQScript_MCP'

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