NWS Zone Forecasts
Fetch NWS zone forecasts (area forecasts, marine forecasts) or list zones by state from the National Weather Service.
Fetch NWS zone forecasts (area forecasts, marine forecasts) or list zones by state from the National Weather Service.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Tools exposed (2) ▾
Fetch NWS zone forecasts (area forecasts, marine forecasts) or list zones by state from the National Weather Service.
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. |