Skip to main content
Glama

DateTime MCP Server

by DSado88

get_current_datetime

Retrieve the current date and time in your preferred format (ISO, Unix, human-readable, or custom) and timezone. Ideal for ensuring accurate time-sensitive data in applications.

Instructions

Get the current date and time

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: 'iso' (ISO 8601), 'unix' (timestamp), 'human' (readable), or a custom format stringiso
timezoneNoTimezone (e.g., 'UTC', 'America/New_York'). Defaults to system timezonesystem

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "iso", "description": "Output format: 'iso' (ISO 8601), 'unix' (timestamp), 'human' (readable), or a custom format string", "type": "string" }, "timezone": { "default": "system", "description": "Timezone (e.g., 'UTC', 'America/New_York'). Defaults to system timezone", "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/DSado88/datetime-mcp'

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