Skip to main content
Glama

MCP Node Time

by davidan90

get_current_time

Retrieve the current date and time in a specified timezone with customizable formats (ISO, local, or full). Resolves timezone-related inaccuracies for precise timekeeping.

Instructions

Get the current date and time in a specific timezone with various formatting options

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: "iso" for ISO 8601, "local" for MM/DD/YYYY HH:MM:SS, "full" for human-readableiso
timezoneYesIANA timezone identifier (e.g., "America/New_York", "Europe/London", "Asia/Tokyo")

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "iso", "description": "Output format: \"iso\" for ISO 8601, \"local\" for MM/DD/YYYY HH:MM:SS, \"full\" for human-readable", "enum": [ "iso", "local", "full" ], "type": "string" }, "timezone": { "description": "IANA timezone identifier (e.g., \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\")", "type": "string" } }, "required": [ "timezone" ], "type": "object" }

Other Tools from MCP Node Time

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/davidan90/time-node-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server