Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_device_getinfo

Retrieve specific device details such as model, brand, version, screen dimensions, or DPI for mobile automation scripting and device control.

Instructions

Get device information

Input Schema

NameRequiredDescriptionDefault
infoTypeNoType of device info to getmodel
resultVariableNoVariable name to store resultdeviceInfo

Input Schema (JSON Schema)

{ "properties": { "infoType": { "default": "model", "description": "Type of device info to get", "enum": [ "model", "brand", "version", "screenWidth", "screenHeight", "dpi" ], "type": "string" }, "resultVariable": { "default": "deviceInfo", "description": "Variable name to store result", "type": "string" } }, "required": [], "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