Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_file_exists

Check if a file exists at a specified path to verify file availability before performing mobile automation operations.

Instructions

Check if file exists

Input Schema

NameRequiredDescriptionDefault
filePathYesFile path to check
resultVariableNoVariable name to store resultfileExists

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "File path to check", "type": "string" }, "resultVariable": { "default": "fileExists", "description": "Variable name to store result", "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