Skip to main content
Glama

DateTime MCP Server

get_current_time

Retrieve current date and time in multiple formats like ISO, Unix, or custom. Supports timezone adjustments for accurate timestamp generation.

Instructions

Get the current date and time in various formats

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format for the datetime (optional, defaults to "iso" from env)
timezoneNoTimezone to use (optional, defaults to "UTC" from env)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format for the datetime (optional, defaults to \"iso\" from env)", "enum": [ "iso", "unix", "unix_ms", "human", "date", "time", "custom" ], "type": "string" }, "timezone": { "description": "Timezone to use (optional, defaults to \"UTC\" from env)", "type": "string" } }, "type": "object" }

Other Tools from DateTime 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/TakanariShimbo/datetime-mcp-server'

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