MCP DateTime

get-time-in-timezone

Retrieve the current time for a specified timezone using MCP DateTime, enabling accurate time management for AI agents and chat interfaces.

Instructions

Get the current time in a specific timezone

Input Schema

NameRequiredDescriptionDefault
timezoneYesThe timezone to get the current time for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "timezone": { "description": "The timezone to get the current time for", "type": "string" } }, "required": [ "timezone" ], "type": "object" }

You must be authenticated.

Other Tools from MCP DateTime

Related Tools

ID: mqxvg1vgrg