Skip to main content
Glama

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

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/cyanheads/toolkit-mcp-server'

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