Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_file_read

Reads file content from specified paths for mobile automation scripts, supporting multiple encodings and storing results in variables for device control operations.

Instructions

Read file content

Input Schema

NameRequiredDescriptionDefault
encodingNoFile encodingUTF-8
filePathYesFile path to read
resultVariableNoVariable name to store file contentfileContent

Input Schema (JSON Schema)

{ "properties": { "encoding": { "default": "UTF-8", "description": "File encoding", "enum": [ "UTF-8", "GBK", "ASCII" ], "type": "string" }, "filePath": { "description": "File path to read", "type": "string" }, "resultVariable": { "default": "fileContent", "description": "Variable name to store file content", "type": "string" } }, "required": [ "filePath" ], "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