Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_sys_shell

Execute system shell commands to control mobile devices, automate tasks, and manage system operations through MQScript automation scripts.

Instructions

Execute system shell command

Input Schema

NameRequiredDescriptionDefault
commandYesShell command to execute
resultVariableNoVariable name to store resultshellResult
waitForCompletionNoWait for command completion

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Shell command to execute", "type": "string" }, "resultVariable": { "default": "shellResult", "description": "Variable name to store result", "type": "string" }, "waitForCompletion": { "default": true, "description": "Wait for command completion", "type": "boolean" } }, "required": [ "command" ], "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