Water Monitoring Stations
Search for water monitoring stations (USGS gauges, NWS forecast points, SNOTEL sites) near a location
Custom One-shot
Search for water monitoring stations (USGS gauges, NWS forecast points, SNOTEL sites) near a location. Returns station IDs that can be used with data fetching tools.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (1) ▾
search_monitoring_stations
Search for water monitoring stations (USGS gauges, NWS forecast points, SNOTEL sites) near a location. Returns station IDs that can be used with data fetching tools.
Inputs ▾
search_monitoring_stations
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | no | Place name to search near (e.g., "Denver, CO", "Mississippi River"). |
| latitude | number | no | Latitude for coordinate-based search. |
| longitude | number | no | Longitude for coordinate-based search. |
| radius_miles | number | no | Search radius in miles (default 50). |
| data_types | string[] | no | Filter by data type. Options: streamflow, precipitation, snow, forecast, reservoir. streamflow precipitation snow forecast reservoir |
| limit | number | no | Max results per source (default 10). |
| filter_paths | string[] | no | Optional: Glob patterns to filter output and reduce context usage (e.g. ['stations[*].name']). |