Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_while

Create While loop structures in MQScript to repeatedly execute code blocks while specified conditions remain true, enabling automated mobile device control through conditional repetition.

Instructions

Create a While loop structure

Input Schema

NameRequiredDescriptionDefault
bodyNoLoop body code // Loop body
conditionYesLoop condition

Input Schema (JSON Schema)

{ "properties": { "body": { "default": " // Loop body", "description": "Loop body code", "type": "string" }, "condition": { "description": "Loop condition", "type": "string" } }, "required": [ "condition" ], "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