Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_fw_onclick

Set click event handlers for floating window buttons in mobile automation scripts to define custom actions when users interact with UI elements.

Instructions

Set click event handler for floating window button

Input Schema

NameRequiredDescriptionDefault
controlIdYesButton control ID
handlerCodeNoEvent handler code// Button click handler
windowIdYesFloating window ID

Input Schema (JSON Schema)

{ "properties": { "controlId": { "description": "Button control ID", "type": "string" }, "handlerCode": { "default": "// Button click handler", "description": "Event handler code", "type": "string" }, "windowId": { "description": "Floating window ID", "type": "string" } }, "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