Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode | development |
| DATA_CACHE_DIR | No | Directory for cached data files | ./data |
| UPDATE_FREQUENCY | No | Data refresh frequency (hourly, daily, weekly) | daily |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| filter_data | Filter PopHIVE datasets by various criteria (state, date range, demographics) |
| compare_states | Compare health metrics across multiple states |
| time_series_analysis | Analyze trends over time for specific health metrics |
| get_available_datasets | Get comprehensive information about all available PopHIVE datasets |
| search_health_data | Search across all datasets for specific health conditions, metrics, or keywords |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| immunization_gaps | Analyze vaccination coverage gaps by demographic factors |
| respiratory_surge_detection | Identify and analyze respiratory disease surges |
| chronic_disease_trends | Analyze chronic disease prevalence trends and patterns |
| multi_source_analysis | Comprehensive analysis using multiple data sources |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| CDC National Immunization Survey Data | Household survey data on childhood vaccination coverage rates |
| Epic Cosmos Immunization Data | EHR-based immunization data by insurance status and urbanicity |
| Emergency Department Visits | ED visits for respiratory viruses (RSV, COVID-19, Influenza) |
| Laboratory Test Positivity | Lab test positivity rates from CDC NREVSS |
| Wastewater Surveillance | Viral levels in wastewater from CDC NWWS |
| Google Health Trends | Search trends for respiratory symptoms |
| Obesity Prevalence | BMI ≥30 prevalence by state and age group |
| Diabetes Prevalence | HbA1c ≥7% prevalence by state and age group |
| HHS Hospital Capacity | State-level data on hospital bed capacity and utilization |
| CDC Injury, Overdose, and Violence Data | National-level data on injury, overdose, and violence-related deaths |
| CDC Youth Mental Health ED Visits | National-level data on mental health-related emergency department visits for youth |