Skip to main content
Glama

MCP Time Server Node

by pshempel

get_current_time

Retrieve the current time in a specified timezone with customizable formatting, including UTC offset. Supports IANA timezones and date-fns format strings for precise time data.

Instructions

Get current time in specified timezone with formatting options

Input Schema

NameRequiredDescriptionDefault
formatNodate-fns format string
include_offsetNoInclude UTC offset (default: true)
timezoneNoIANA timezone (default: system timezone)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "date-fns format string", "type": "string" }, "include_offset": { "description": "Include UTC offset (default: true)", "type": "boolean" }, "timezone": { "description": "IANA timezone (default: system timezone)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP Time Server Node

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/pshempel/mcp-time-server-node'

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