Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_file_write

Write content to files using specified encoding and append options for mobile automation script operations.

Instructions

Write content to file

Input Schema

NameRequiredDescriptionDefault
appendNoAppend to file instead of overwrite
contentYesContent to write
encodingNoFile encodingUTF-8
filePathYesFile path to write

Input Schema (JSON Schema)

{ "properties": { "append": { "default": false, "description": "Append to file instead of overwrite", "type": "boolean" }, "content": { "description": "Content to write", "type": "string" }, "encoding": { "default": "UTF-8", "description": "File encoding", "enum": [ "UTF-8", "GBK", "ASCII" ], "type": "string" }, "filePath": { "description": "File path to write", "type": "string" } }, "required": [ "filePath", "content" ], "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