Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_ui_addcheckbox

Add a checkbox control to mobile UI automation scripts with customizable ID, label text, and initial checked state for user interaction scenarios.

Instructions

Add a checkbox control

Input Schema

NameRequiredDescriptionDefault
checkedNoInitial checked state
idYesControl ID
textNoCheckbox label textCheckbox

Input Schema (JSON Schema)

{ "properties": { "checked": { "default": false, "description": "Initial checked state", "type": "boolean" }, "id": { "description": "Control ID", "type": "string" }, "text": { "default": "Checkbox", "description": "Checkbox label text", "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