Skip to main content
Glama

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

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