Skip to main content
Glama

Weather MCP Server

Apache 2.0
16
  • Linux
  • Apple

get_current_datetime

Retrieve the current date and time in a specified IANA timezone, defaulting to UTC if no timezone is provided. Ideal for synchronizing timestamps in weather data retrieval processes.

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.", "title": "Timezone Name", "type": "string" } }, "required": [ "timezone_name" ], "title": "get_current_datetimeArguments", "type": "object" }
Install Server

Other Tools from Weather 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/isdaniel/mcp_weather_server'

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