get_forecast
Fetch a multi-day weather forecast for any Greek location by name, ID, or coordinates. Returns temperature, wind, precipitation probability, and sky conditions for today and up to three days.
Instructions
Get the EMY forecast (today + up to 3 days) for one location.
Resolve the location in ONE of three ways (most reliable first): * latitude + longitude : returns the nearest forecast point (best for English/exonym place names — resolve the name to coordinates first). * location_id : an exact EMY location id (from list_locations). * location : a name to match (Greek or Latin script).
Args: location: place name to match (e.g. "Korinthos", "Κόρινθος", "Athina"). location_id: exact EMY id. latitude, longitude: decimal degrees; returns the nearest point. days: optional cap on the number of forecast days returned.
Each day reports max/min temperature (°C), wind speed (m/s) and direction, precipitation probability (%), and a summarised sky condition. The response echoes which location was matched (with distance/score and alternatives) so the caller can confirm or refine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| latitude | No | ||
| location | No | ||
| longitude | No | ||
| location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||