Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_datetime_format

Format date and time variables in MQScript automation scripts using custom format strings for precise timestamp manipulation in mobile device control operations.

Instructions

Format date time with specified format

Input Schema

NameRequiredDescriptionDefault
dateTimeVariableYesDateTime variable name
formatNoTarget format stringyyyy-MM-dd
resultVariableNoVariable name to store resultformattedDate

Input Schema (JSON Schema)

{ "properties": { "dateTimeVariable": { "description": "DateTime variable name", "type": "string" }, "format": { "default": "yyyy-MM-dd", "description": "Target format string", "type": "string" }, "resultVariable": { "default": "formattedDate", "description": "Variable name to store result", "type": "string" } }, "required": [ "dateTimeVariable" ], "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