CDC Wonder
health__cdc-wonderQuery CDC mortality data to analyze leading causes of death by year, cause, and state using the NCHS dataset for public health research and reporting.
Instructions
[Health & Medical Data Agent] Query CDC open data for leading causes of death in the United States by year, cause, and state. Uses the NCHS Leading Causes of Death dataset. Source: CDC / NCHS (Public Domain (U.S. Government)), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return | |
| year | No | Filter by year (e.g. 2017) | |
| cause | No | Filter by cause name (e.g. 'Heart disease') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |