NWS Zone Forecasts
Fetch NWS zone forecasts (area forecasts, marine forecasts) or list zones by state from the National Weather Service.
Custom Streaming + One-shot
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 ▾
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.
upsert_bento_get_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. |
upsert_bento_get_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. |