USDA Water Supply Forecasts
Create or update a recurring water supply forecast feed
Custom Streaming + One-shot
Create or update a recurring water supply forecast feed. Useful for tracking seasonal streamflow volume predictions. Same arguments as usda/get_water_supply_forecasts.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
upsert_bento_get_water_supply_forecasts
Create or update a recurring water supply forecast feed. Useful for tracking seasonal streamflow volume predictions. Same arguments as usda/get_water_supply_forecasts.
usda/get_water_supply_forecasts
Fetches water supply forecasts (e.g., streamflow volume) for USDA NRCS basins/stations.
Inputs ▾
upsert_bento_get_water_supply_forecasts
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| stationTriplet | string | yes | Station triplet (e.g., "333:CO:SNTL"). Use usda/get_snotel_stations to find triplets. |
| elements | string | no | Element code. Common: "SRVO" (stream volume), "PREC" (precip). Default determined by endpoint. |
| forecastPeriod | string | no | Forecast period (e.g., "APR-JUL", "JAN-MAY", "MAR-JUN"). |
| publicationDate | string | no | Publication date (YYYY-MM-DD). If omitted, fetches latest. |
| forecastType | string | no | Forecast type (e.g., "statistical", "ESP"). Filters by methodology. |
| exceedanceProbabilities | string | no | Comma-separated exceedance probabilities to include (e.g., "10,30,50,70,90"). |
| filter_paths | string[] | no | Optional: Glob patterns to filter output and reduce context usage. |
| connectorId | string | no | If provided, updates the existing connector instead of creating a new one. |
| polling_frequency | string | yes | How often to check for new data (e.g. '15m', '1h'). |
| description | string | no | Human-readable description of what this connector monitors. Shown to analysts in future sessions. |
usda/get_water_supply_forecasts
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| stationTriplet | string | yes | Station triplet (e.g., "333:CO:SNTL"). Use usda/get_snotel_stations to find triplets. |
| elements | string | no | Element code. Common: "SRVO" (stream volume), "PREC" (precip). Default determined by endpoint. |
| forecastPeriod | string | no | Forecast period (e.g., "APR-JUL", "JAN-MAY", "MAR-JUN"). |
| publicationDate | string | no | Publication date (YYYY-MM-DD). If omitted, fetches latest. |
| forecastType | string | no | Forecast type (e.g., "statistical", "ESP"). Filters by methodology. |
| exceedanceProbabilities | string | no | Comma-separated exceedance probabilities to include (e.g., "10,30,50,70,90"). |
| filter_paths | string[] | no | Optional: Glob patterns to filter output and reduce context usage. |