Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_turing_chat

Enables automated conversations with TURING robot using API key and user context for integration with mobile automation scripts.

Instructions

Chat with TURING robot

Input Schema

NameRequiredDescriptionDefault
apiKeyYesTURING API key
messageYesMessage to send
resultVariableNoVariable name to store responseturingResponse
userIdYesUser ID for conversation context

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "TURING API key", "type": "string" }, "message": { "description": "Message to send", "type": "string" }, "resultVariable": { "default": "turingResponse", "description": "Variable name to store response", "type": "string" }, "userId": { "description": "User ID for conversation context", "type": "string" } }, "required": [ "apiKey", "userId", "message" ], "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