Skip to main content
Glama

Time MCP Server

by tinytelly

get_current_time

Retrieve current date and time information with timezone support and multiple formatting options for accurate time-related responses.

Instructions

Get the current date and time

Input Schema

NameRequiredDescriptionDefault
formatNoTime format: "12hour", "24hour", or "iso" (default: 12hour)12hour
timezoneNoTimezone (optional, defaults to system timezone)system

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "format": { "default": "12hour", "description": "Time format: \"12hour\", \"24hour\", or \"iso\" (default: 12hour)", "enum": [ "12hour", "24hour", "iso" ], "type": "string" }, "timezone": { "default": "system", "description": "Timezone (optional, defaults to system timezone)", "type": "string" } }, "type": "object" }

Other Tools

Latest Blog Posts

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/tinytelly/mcp-time'

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