Skip to main content
Glama

DateTime MCP Server

get_current_time

Retrieves the current date and time in flexible formats like ISO, Unix, or custom, and supports specific timezones for accurate time representation.

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

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