Skip to main content
Glama

Time MCP Server

by ConechoAI

convert_time

Convert time between timezones using IANA timezone names. Input source and target timezones with a 24-hour format time (HH:MM) to get the converted time instantly.

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" }

You must be authenticated.

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

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