Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_sys_gettime

Retrieves the current system time in a specified format for use in mobile automation scripts, allowing precise timing control in device operations.

Instructions

Get current system time

Input Schema

NameRequiredDescriptionDefault
formatNoTime format stringyyyy-MM-dd HH:mm:ss
resultVariableNoVariable name to store timecurrentTime

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "yyyy-MM-dd HH:mm:ss", "description": "Time format string", "type": "string" }, "resultVariable": { "default": "currentTime", "description": "Variable name to store time", "type": "string" } }, "required": [], "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