MCP DateTime

get-time-in-timezone

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" }