Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_rnd

Generate random numbers within a specified range for use in mobile automation scripts, enabling randomized testing and dynamic behavior simulation.

Instructions

Generate random number between 0 and specified maximum

Input Schema

NameRequiredDescriptionDefault
maxNoMaximum value (exclusive)
resultVariableNoVariable name to store resultresult

Input Schema (JSON Schema)

{ "properties": { "max": { "default": 1, "description": "Maximum value (exclusive)", "type": "number" }, "resultVariable": { "default": "result", "description": "Variable name to store result", "type": "string" } }, "required": [], "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