Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_fw_addtextview

Adds a text display element to a floating window in mobile automation scripts, specifying position, size, and content for UI creation.

Instructions

Add text view to floating window

Input Schema

NameRequiredDescriptionDefault
controlIdYesControl ID
heightNoHeight
textNoDisplay textText
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": 30, "description": "Height", "type": "number" }, "text": { "default": "Text", "description": "Display text", "type": "string" }, "width": { "default": 100, "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