Open-Meteo — 7-Day Weather Forecast
globalpulse_weather_get_forecastRetrieve 7-day daily weather forecasts for any global location. Provide latitude, longitude, and optional timezone; get results in JSON or markdown format.
Instructions
7-day daily weather forecast for any location. No API key, no rate limit. Args: latitude, longitude, timezone (IANA e.g. "Asia/Kolkata"), response_format Examples: Mumbai → lat=19.076, lon=72.877, tz="Asia/Kolkata" | London → lat=51.507, lon=-0.127, tz="Europe/London"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| timezone | No | UTC | |
| longitude | Yes | ||
| response_format | No | markdown |