Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_turing_setconfig

Configure TURING robot settings by setting the API key, secret key, and default user ID for mobile automation tasks.

Instructions

Set TURING robot configuration

Input Schema

NameRequiredDescriptionDefault
apiKeyYesTURING API key
secretKeyNoTURING secret key
userIdNoDefault user ID

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "TURING API key", "type": "string" }, "secretKey": { "description": "TURING secret key", "type": "string" }, "userId": { "description": "Default user ID", "type": "string" } }, "required": [ "apiKey" ], "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