get_daily_aggregate_forecast
Get daily weather forecast summaries for all Portuguese locations up to 3 days ahead, providing comprehensive meteorological data for planning and analysis.
Instructions
Get daily aggregated weather forecast for Portugal (Previsão Meteorológica até 3 dias, agregada por dia).
Args:
day: Forecast day (0=today, 1=tomorrow, 2=day after tomorrow). Valid range: 0-2
Returns aggregated forecast for all Portuguese locations for the specified day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No |
Input Schema (JSON Schema)
{
"properties": {
"day": {
"default": 0,
"title": "Day",
"type": "integer"
}
},
"type": "object"
}