Get Weather
get_weatherGets the current weather and a short daily forecast for a location. Pass a city name ('London', 'San Francisco', 'Tokyo,JP') or 'lat,lon' coordinates. Uses Open-Meteo — no API key required. Location must be provided (there is no device-location access).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of forecast days, 1-7 (default 3) | |
| location | Yes | City name (e.g. 'London', 'Buenos Aires', 'Tokyo,JP') or 'lat,lon' coordinates (e.g. '40.71,-74.01') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||