NOAA Latest Observation (US)
noaa.weather.observationRetrieve current weather observations from the nearest ASOS/AWOS station for any US location. Get temperature, humidity, wind, pressure, visibility, dewpoint, heat index, and wind chill. Powered by NOAA.
Instructions
Get latest weather observation from the nearest ASOS/AWOS station to a US location. Returns current temperature (°C/°F), humidity, wind, pressure, visibility, dewpoint, heat index, wind chill. Powered by NOAA National Weather Service. US contiguous only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees (US contiguous only: 24–50) | |
| longitude | Yes | Longitude in decimal degrees (US contiguous only: −125 to −66) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |