Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_element_gettext

Extract text content from mobile UI elements using element IDs or selectors for automation testing and data retrieval in mobile applications.

Instructions

Get text from UI element

Input Schema

NameRequiredDescriptionDefault
elementIdYesElement ID or selector
resultVariableNoVariable name to store resultelementText

Input Schema (JSON Schema)

{ "properties": { "elementId": { "description": "Element ID or selector", "type": "string" }, "resultVariable": { "default": "elementText", "description": "Variable name to store result", "type": "string" } }, "required": [ "elementId" ], "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