Skip to main content
Glama

Toolkit MCP Server

getCurrentTime

Retrieve and format the current time in any locale and time zone using Intl.DateTimeFormat. Specify locale and time zone for accurate, localized time data.

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

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