get_weather
Get current weather data for any location by providing latitude and longitude. Returns temperature, wind speed, and humidity in a formatted summary.
Instructions
Get current weather data for a location using latitude and longitude.
Args: latitude: Latitude of the location (e.g., 52.52 for Berlin) longitude: Longitude of the location (e.g., 13.41 for Berlin)
Returns: Formatted weather summary with temperature, wind speed, and humidity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |