Skip to main content
Glama

DateTime MCP Server

by DSado88

get_current_time

Retrieve the current time in your preferred format (24h, 12h, or custom) with optional seconds. Ensures accurate time-sensitive content creation for Claude models.

Instructions

Get only the current time

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: '24h' (HH:MM:SS), '12h' (hh:MM:SS AM/PM), or custom format24h
include_secondsNoInclude seconds in the output

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "24h", "description": "Output format: '24h' (HH:MM:SS), '12h' (hh:MM:SS AM/PM), or custom format", "type": "string" }, "include_seconds": { "default": true, "description": "Include seconds in the output", "type": "boolean" } }, "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