Weather MCP MY

get_weather_forecast

Retrieve weather forecasts for a specific location and date range using Malaysia Government’s Open API via Weather MCP MY. Input location name, start, and end dates to access accurate weather data.

Instructions

Retrieve a weather forecast for a specific location within a given date range.

Args: location_name: The name or identifier of the location for which the forecast is retrieved. date_start: The earliest date (inclusive) to begin retrieving the weather forecast. If omitted, defaults to the current date. date_end: The latest date (inclusive) to stop retrieving the weather forecast. If omitted, defaults to the current date.

Input Schema

NameRequiredDescriptionDefault
date_endNo
date_startNo
location_nameYes

Input Schema (JSON Schema)

{ "properties": { "date_end": { "default": null, "title": "Date End", "type": "string" }, "date_start": { "default": null, "title": "Date Start", "type": "string" }, "location_name": { "title": "Location Name", "type": "string" } }, "required": [ "location_name" ], "title": "get_weather_forecastArguments", "type": "object" }

You must be authenticated.

Other Tools from Weather MCP MY

Related Tools

ID: m0iblelp0e