Skip to main content
Glama

Weather MCP Server

Apache 2.0
19
  • Linux
  • Apple

get_current_datetime

Retrieve the current date and time for any specified timezone using IANA timezone names like 'America/New_York' or 'Europe/London'.

Instructions

Get current time in specified timezone.

Input Schema

NameRequiredDescriptionDefault
timezone_nameYesIANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use UTC timezone if no timezone provided by the user.

Input Schema (JSON Schema)

{ "properties": { "timezone_name": { "description": "IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use UTC timezone if no timezone provided by the user.", "type": "string" } }, "required": [ "timezone_name" ], "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