Skip to main content
Glama

Time MCP Server

by ssinha3

convert_time

Convert time between timezones using IANA timezone names, enabling accurate time transformation by specifying source, target, and input time in 24-hour format.

Instructions

Convert time between timezones

Input Schema

NameRequiredDescriptionDefault
source_timezoneYesSource IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Etc/UTC' as local timezone if no source timezone provided by the user.
target_timezoneYesTarget IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'Etc/UTC' as local timezone if no target timezone provided by the user.
timeYesTime to convert in 24-hour format (HH:MM)

Input Schema (JSON Schema)

{ "properties": { "source_timezone": { "description": "Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Etc/UTC' as local timezone if no source timezone provided by the user.", "type": "string" }, "target_timezone": { "description": "Target IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'Etc/UTC' as local timezone if no target timezone provided by the user.", "type": "string" }, "time": { "description": "Time to convert in 24-hour format (HH:MM)", "type": "string" } }, "required": [ "source_timezone", "time", "target_timezone" ], "type": "object" }
Install Server

Other Tools from Time 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/ssinha3/mcp-time-server'

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