Weather
weatherRetrieve current weather and daily forecasts for any location without requiring an API key.
Instructions
Get the current weather and a short forecast for a place (via open-meteo, no API key). Use this for any "what's the weather" question — never guess.
Args:
location (string): City or place name, e.g. "Madrid", "Tokyo, Japan".
days (number): Forecast days, 1-7 (default 3).
Returns current conditions plus a daily min/max forecast.
Example: { "location": "Barcelona", "days": 3 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | City or place name | |
| days | No | Forecast days |