Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_cos

Calculate the cosine of an angle in radians for use in mobile automation scripts, with options to store the result in a specified variable.

Instructions

Calculate cosine of an angle (in radians)

Input Schema

NameRequiredDescriptionDefault
angleYesAngle in radians
resultVariableNoVariable name to store resultresult

Input Schema (JSON Schema)

{ "properties": { "angle": { "description": "Angle in radians", "type": "number" }, "resultVariable": { "default": "result", "description": "Variable name to store result", "type": "string" } }, "required": [ "angle" ], "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