query_noaa
Query NOAA weather data through API endpoints to retrieve forecasts, alerts, and meteorological information for specific locations or conditions.
Instructions
Make a raw query to the NOAA Weather API.
Args:
endpoint: API endpoint path (e.g., '/points/38.8894,-77.0352', '/alerts/active')
params: Optional query parameters as a dictionary
Returns:
Raw JSON response from NOAA API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | ||
| params | No |