get_daily_forecast
Retrieve daily weather forecasts for any location for up to 10 days, with configurable units and date range. Use it to plan ahead based on temperature and conditions.
Instructions
Daily forecast (default 10 days) from the Google Weather API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| query | No | City or place name, e.g. Chennai or Mountain View, CA | |
| units | No | METRIC (C, km) or IMPERIAL (F, miles). Default METRIC. | |
| latitude | No | Latitude in decimal degrees | |
| longitude | No | Longitude in decimal degrees |