test
) running the MCP Time Server.test
room and gain access to the time tools.Tool | Short Description |
---|---|
convert_time | Convert time between timezones |
get_current_time | Get current time in a specific timezone |
convert_time
Parameter | Type | Description |
---|---|---|
source_timezone | string | Source IANA timezone name (e.g., ‘America/New_York’, ‘Europe/London’). Use ‘UTC’ as local timezone if not provided. |
target_timezone | string | Target IANA timezone name (e.g., ‘Asia/Tokyo’, ‘America/San_Francisco’). Use ‘UTC’ if not provided. |
time | string | Time to convert in 24-hour format (HH:MM) |
get_current_time
Parameter | Type | Description |
---|---|---|
timezone | string | IANA timezone name (e.g., ‘America/New_York’, ‘Europe/London’). Use ‘UTC’ if not provided. |