Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DWR_API_KEY | No | Your Colorado Division of Water Resources API key (optional for basic usage) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_surface_water_stations | Search for surface water stations in Colorado |
| get_surface_water_ts_day | Get daily time series data for a surface water station |
| get_water_rights_net_amount | Get net amounts for water rights |
| get_well_permits | Search for well permits |
| get_active_admin_calls | Get active administrative calls |
| query_dwr_api | Generic tool to query any Colorado DWR REST API endpoint |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |