Skip to main content
Glama

MCP Time Server Node

by pshempel

convert_timezone

Convert input time from one IANA timezone to another with a specified output format using the MCP Time Server Node.

Instructions

Convert time between timezones

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format
from_timezoneYesSource IANA timezone
timeYesInput time
to_timezoneYesTarget IANA timezone

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format", "type": "string" }, "from_timezone": { "description": "Source IANA timezone", "type": "string" }, "time": { "description": "Input time", "type": "string" }, "to_timezone": { "description": "Target IANA timezone", "type": "string" } }, "required": [ "time", "from_timezone", "to_timezone" ], "type": "object" }

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