NWS Zone Forecasts
Provides National Weather Service (NWS) zone forecasts, including area and marine forecasts, for specific regions.
Custom Streaming + One-shot
Fetch NWS zone forecasts (area forecasts, marine forecasts) or list zones by state from the National Weather Service.
What you can ask Delphi
- “What is the NWS area forecast for the next 48 hours for zone FLZ025 in Florida?”
- “List all marine forecast zones issued by NWS for the state of Alaska.”
- “Are any NWS zone forecasts for New England predicting heavy snowfall for this weekend?”
- “What are the latest NWS zone forecasts for the Great Lakes region, focusing on hazardous weather outlooks?”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
nws/get_zone_forecasts
Fetch NWS zone forecasts (area forecasts, marine forecasts) or list zones by state from the National Weather Service.
schedule_nws_zone_forecasts
Create or update a recurring NWS zone forecasts connector.
Inputs ▾
nws/get_zone_forecasts
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| zoneId | string | no | Optional zone ID, e.g. 'NYZ072'. If provided, fetches the forecast for that specific zone. |
| zoneType | string | no | Zone type: 'forecast', 'marine', 'fire', or 'county'. Default 'forecast'. forecast marine fire county |
| state | string | no | Optional two-letter state code, e.g. 'NY'. Used to list zones when zoneId is not provided. |
| limit | number | no | Maximum number of records to return. Default 25. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_nws_zone_forecasts
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| zoneId | string | no | Optional zone ID, e.g. 'NYZ072'. If provided, fetches the forecast for that specific zone. |
| zoneType | string | no | Zone type: 'forecast', 'marine', 'fire', or 'county'. Default 'forecast'. forecast marine fire county |
| state | string | no | Optional two-letter state code, e.g. 'NY'. Used to list zones when zoneId is not provided. |
| limit | number | no | Maximum number of records to return. Default 25. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll for zone forecasts. |
| connectorId | string | no | If provided, updates an existing connector. |