Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_sqr

Calculate the square root of a number in MQScript mobile automation scripts for mathematical operations during device control tasks.

Instructions

Calculate square root of a number

Input Schema

NameRequiredDescriptionDefault
numberYesNumber to get square root of
resultVariableNoVariable name to store resultresult

Input Schema (JSON Schema)

{ "properties": { "number": { "description": "Number to get square root of", "type": "number" }, "resultVariable": { "default": "result", "description": "Variable name to store result", "type": "string" } }, "required": [ "number" ], "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