Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_fw_addbutton

Adds a customizable button to a floating window in mobile automation scripts, enabling interactive UI creation for device control operations.

Instructions

Add button to floating window

Input Schema

NameRequiredDescriptionDefault
controlIdYesControl ID
heightNoHeight
textNoButton textButton
widthNoWidth
windowIdYesFloating window ID
xNoX position in window
yNoY position in window

Input Schema (JSON Schema)

{ "properties": { "controlId": { "description": "Control ID", "type": "string" }, "height": { "default": 40, "description": "Height", "type": "number" }, "text": { "default": "Button", "description": "Button text", "type": "string" }, "width": { "default": 80, "description": "Width", "type": "number" }, "windowId": { "description": "Floating window ID", "type": "string" }, "x": { "default": 10, "description": "X position in window", "type": "number" }, "y": { "default": 10, "description": "Y position in window", "type": "number" } }, "required": [ "windowId", "controlId" ], "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