Search CDC Health Datasets
cdc.health.datasetsSearch over 1,400 CDC public health datasets to find data on COVID-19, chronic disease, vaccination, mortality, and more. Retrieve dataset IDs, names, descriptions, and categories for use with the cdc.query tool.
Instructions
Search 1,400+ CDC public health datasets — COVID-19, chronic disease, vaccination, mortality, birth/death statistics, environmental health. Returns dataset ID, name, description, category. Use dataset IDs with cdc.query to fetch data (US Gov)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search keyword (e.g. "covid deaths", "vaccination rates", "chronic disease", "mortality") | |
| category | No | Dataset category filter (e.g. "NCHS", "COVID-19", "Chronic Disease Indicators") | |
| limit | No | Number of results (1-50, default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |