get_weather_by_coordinates
Get a weather forecast for any coordinates, combining data from six sources with AI analysis and customizable forecast length.
Instructions
Get weather forecast using exact coordinates with AI analysis.
Args:
latitude: Latitude of the location
longitude: Longitude of the location
days: Number of forecast days (1-16, default 7)
language: Language for AI summary (en, cs)
Returns: JSON with complete weather data, AI analysis, and ambient theme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| language | No | en | |
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |