Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Optional logging level. Not setting will default to 'info' | info |
AIRNOW_API_KEY | Yes | Your AirNow API key, which you can obtain by requesting an AirNow API Account |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-contour-maps-by-bounding-box-combined-ozone-pm25 | Get current or historical combined Ozone and PM2.5 contour maps in KML by geographic bounding box. |
get-contour-maps-by-geographic-bounding-box-ozone | Get current or historical Ozone contour maps in KML by geographic bounding box. |
get-contour-maps-by-geographic-bounding-box-pm25 | Get current or historical PM2.5 contour maps in KML by geographic bounding box. |
get-current-observations-by-reporting-area-by-zip-code | Get current AQI values and categories for a reporting area by Zip code. |
get-current-observations-by-reporting-area-by-lat-long | Get current AQI values and categories for a reporting area by latitude and longitude. |
get-forecast-by-lat-long | Get current or historical forecasted AQI values and categories for a reporting area by latitude and longitude. |
get-forecast-by-zip-code | Get current or historical forecasted AQI values and categories for a reporting area by Zip code. |
get-historical-observations-by-reporting-area-by-lat-long | Get historical AQI values and categories for a reporting area by latitude and longitude. |
get-historical-observations-by-reporting-area-by-zip-code | Get historical AQI values and categories for a reporting area by Zip code. |
get-observations-by-monitoring-site-by-geographic-bounding-box | Get observations by monitoring site within a geographic bounding box. |