Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_ui_addedittext

Create an editable text input field in mobile UI automation scripts for user data entry, with customizable ID, default text, and hint text.

Instructions

Add an edit text control

Input Schema

NameRequiredDescriptionDefault
defaultTextNoDefault text in input field
hintNoHint text
idYesControl ID

Input Schema (JSON Schema)

{ "properties": { "defaultText": { "default": "", "description": "Default text in input field", "type": "string" }, "hint": { "default": "", "description": "Hint text", "type": "string" }, "id": { "description": "Control ID", "type": "string" } }, "required": [ "id" ], "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