Skip to main content
Glama

Chronos Protocol

by n0zer0d4y

convert_time

Convert time between timezones using IANA names or system time, handling 24-hour format inputs for accurate timezone calculations.

Instructions

Convert time between timezones (defaults to system time for source/target)

Input Schema

NameRequiredDescriptionDefault
source_timezoneYesSource timezone. Use 'system' or 'local' for user's local time (Etc/UTC), or IANA names like 'America/New_York', 'UTC'. System time is the most practical default.
target_timezoneYesTarget timezone. Use 'system' or 'local' for user's local time (Etc/UTC), or IANA names like 'Asia/Tokyo', 'UTC'. System time is the most practical default.
timeYesTime to convert in 24-hour format (HH:MM)

Input Schema (JSON Schema)

{ "properties": { "source_timezone": { "description": "Source timezone. Use 'system' or 'local' for user's local time (Etc/UTC), or IANA names like 'America/New_York', 'UTC'. System time is the most practical default.", "type": "string" }, "target_timezone": { "description": "Target timezone. Use 'system' or 'local' for user's local time (Etc/UTC), or IANA names like 'Asia/Tokyo', 'UTC'. System time is the most practical default.", "type": "string" }, "time": { "description": "Time to convert in 24-hour format (HH:MM)", "type": "string" } }, "required": [ "source_timezone", "time", "target_timezone" ], "type": "object" }

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/n0zer0d4y/chronos-protocol'

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