NWS Fire Weather
Fetch active fire weather alerts (Red Flag Warnings, Fire Weather Watches) from the National Weather Service.
Custom Streaming + One-shot
Fetch active fire weather alerts (Red Flag Warnings, Fire Weather Watches) from the National Weather Service.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
nws/get_fire_weather
Fetch active fire weather alerts (Red Flag Warnings, Fire Weather Watches) from the National Weather Service.
upsert_bento_get_nws_fire_weather
Create or update a recurring NWS fire weather alerts connector.
Inputs ▾
nws/get_fire_weather
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state code, e.g. 'CA'. |
| event | string | no | Optional event type filter, e.g. 'Red Flag Warning'. |
| severity | string | no | Filter by severity level. Extreme Severe Moderate Minor Unknown |
| urgency | string | no | Filter by urgency level. Immediate Expected Future Past Unknown |
| limit | number | no | Maximum number of alerts to return. Default 50. |
| 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_fire_weather
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Optional two-letter state code, e.g. 'CA'. |
| event | string | no | Optional event type filter, e.g. 'Red Flag Warning'. |
| severity | string | no | Filter by severity level. Extreme Severe Moderate Minor Unknown |
| urgency | string | no | Filter by urgency level. Immediate Expected Future Past Unknown |
| limit | number | no | Maximum number of alerts to return. Default 50. |
| 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 fire weather alerts. |
| connectorId | string | no | If provided, updates an existing connector. |