Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_ui_setvisible

Control UI element visibility in mobile automation by setting the display state of specified controls using their ID and boolean visibility parameter.

Instructions

Set visibility of a UI control

Input Schema

NameRequiredDescriptionDefault
idYesControl ID
visibleYesVisible state

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Control ID", "type": "string" }, "visible": { "description": "Visible state", "type": "boolean" } }, "required": [ "id", "visible" ], "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