Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_file_copy

Copy files between locations on mobile devices using MQScript automation, with optional overwrite control for destination files.

Instructions

Copy file

Input Schema

NameRequiredDescriptionDefault
destinationPathYesDestination file path
overwriteNoOverwrite destination if exists
sourcePathYesSource file path

Input Schema (JSON Schema)

{ "properties": { "destinationPath": { "description": "Destination file path", "type": "string" }, "overwrite": { "default": false, "description": "Overwrite destination if exists", "type": "boolean" }, "sourcePath": { "description": "Source file path", "type": "string" } }, "required": [ "sourcePath", "destinationPath" ], "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