Toolkit MCP Server

getCurrentTime

Retrieve and format the current time using locale and time zone inputs, enabling accurate time representation for your applications or systems.

Instructions

Get current time formatted with Intl.DateTimeFormat

Input Schema

NameRequiredDescriptionDefault
localeNoLocale for formatting (e.g., en-US)en-US
timeZoneNoTime zone (e.g., America/New_York)UTC

Input Schema (JSON Schema)

{ "properties": { "locale": { "default": "en-US", "description": "Locale for formatting (e.g., en-US)", "type": "string" }, "timeZone": { "default": "UTC", "description": "Time zone (e.g., America/New_York)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Toolkit MCP Server

Related Tools

ID: wl3y2xyi4u