Skip to main content
Glama

MCP Time Server Node

by pshempel

format_time

Convert and display time in human-readable formats such as relative, calendar, or custom layouts, with optional timezone adjustments for accurate representation.

Instructions

Format time in various human-readable formats

Input Schema

NameRequiredDescriptionDefault
custom_formatNoFor custom format
formatYesFormat type
timeYesTime to format
timezoneNoTimezone for display (default: system timezone)

Input Schema (JSON Schema)

{ "properties": { "custom_format": { "description": "For custom format", "type": "string" }, "format": { "description": "Format type", "enum": [ "relative", "calendar", "custom" ], "type": "string" }, "time": { "description": "Time to format", "type": "string" }, "timezone": { "description": "Timezone for display (default: system timezone)", "type": "string" } }, "required": [ "time", "format" ], "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