Skip to main content
Glama

Weather MCP Server

Apache 2.0
19
  • Linux
  • Apple

convert_time

Convert time between different timezones using IANA timezone names. Input a datetime in ISO format or use 'now' for current time conversion.

Instructions

Convert time from one timezone to another.

Input Schema

NameRequiredDescriptionDefault
datetime_strYesDateTime string in ISO format (e.g., '2024-01-15T14:30:00') or 'now' for current time
from_timezoneYesSource timezone (IANA timezone name)
to_timezoneYesTarget timezone (IANA timezone name)

Input Schema (JSON Schema)

{ "properties": { "datetime_str": { "description": "DateTime string in ISO format (e.g., '2024-01-15T14:30:00') or 'now' for current time", "type": "string" }, "from_timezone": { "description": "Source timezone (IANA timezone name)", "type": "string" }, "to_timezone": { "description": "Target timezone (IANA timezone name)", "type": "string" } }, "required": [ "datetime_str", "from_timezone", "to_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/isdaniel/mcp_weather_server'

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