Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_element_settext

Set text content to UI elements in mobile automation scripts using element IDs or selectors to populate fields and update interface components.

Instructions

Set text to UI element

Input Schema

NameRequiredDescriptionDefault
elementIdYesElement ID or selector
textYesText to set

Input Schema (JSON Schema)

{ "properties": { "elementId": { "description": "Element ID or selector", "type": "string" }, "text": { "description": "Text to set", "type": "string" } }, "required": [ "elementId", "text" ], "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