Weather MCP MY

get_warning

Retrieve weather warnings issued within a specific date range for Malaysia via the Weather MCP MY server. Input start and end timestamps to filter warnings effectively.

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" }

You must be authenticated.

Other Tools from Weather MCP MY

Related Tools

ID: m0iblelp0e