Skip to main content
Glama

Weather MCP MY

get_warning

Retrieve weather warnings within a specific date range to monitor and prepare for adverse weather conditions. Use start and end timestamps to filter relevant alerts.

Instructions

Retrieve general weather warnings issued within a specified date range.

Args:
    datetime_start: The earliest timestamp in the form of <YYYY-MM-DD HH:mm:ss> (inclusive) from which to retrieve weather warnings. If omitted, defaults to the current date.
    datetime_end: The latest timestamp in the form of <YYYY-MM-DD HH:mm:ss> (inclusive) to stop retrieving the weather warnings. If omitted, defaults to the current date.

Input Schema

NameRequiredDescriptionDefault
datetime_endNo
datetime_startNo

Input Schema (JSON Schema)

{ "properties": { "datetime_end": { "default": null, "title": "Datetime End", "type": "string" }, "datetime_start": { "default": null, "title": "Datetime Start", "type": "string" } }, "title": "get_warningArguments", "type": "object" }

Other Tools from Weather MCP MY

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/yting27/weather-my-mcp'

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