get_weather_by_coordinates
Retrieve current weather data for any location by providing latitude and longitude coordinates.
Instructions
Get current weather by geographic coordinates (latitude and longitude)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude coordinate | |
| longitude | Yes | Longitude coordinate |