Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_datetime_adddays

Add specified days to a date-time variable in MQScript mobile automation, storing the result for scheduling or time-based operations.

Instructions

Add days to date time

Input Schema

NameRequiredDescriptionDefault
dateTimeVariableYesDateTime variable name
daysYesNumber of days to add
resultVariableNoVariable name to store resultnewDate

Input Schema (JSON Schema)

{ "properties": { "dateTimeVariable": { "description": "DateTime variable name", "type": "string" }, "days": { "description": "Number of days to add", "type": "number" }, "resultVariable": { "default": "newDate", "description": "Variable name to store result", "type": "string" } }, "required": [ "dateTimeVariable", "days" ], "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