Toolkit MCP Server

by cyanheads
Verified

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" }
ID: wl3y2xyi4u