Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_datetime_compare

Compare two DateTime variables in mobile automation scripts to determine temporal relationships and store results for conditional logic.

Instructions

Compare two date times

Input Schema

NameRequiredDescriptionDefault
dateTime1YesFirst DateTime variable name
dateTime2YesSecond DateTime variable name
resultVariableNoVariable name to store comparison resultcompareResult

Input Schema (JSON Schema)

{ "properties": { "dateTime1": { "description": "First DateTime variable name", "type": "string" }, "dateTime2": { "description": "Second DateTime variable name", "type": "string" }, "resultVariable": { "default": "compareResult", "description": "Variable name to store comparison result", "type": "string" } }, "required": [ "dateTime1", "dateTime2" ], "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