weather_current
Get the latest observed weather conditions for a US location by latitude/longitude, from the nearest NWS observation station: temperature, humidity, wind, and text description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees, e.g. 36.1867. US coverage only (National Weather Service). | |
| lon | Yes | Longitude in decimal degrees, negative in the western hemisphere, e.g. -94.1288. |