get_measure_by_state
Get one CDC PLACES measure for all counties in a state.
Useful for comparing a specific health metric (e.g. DIABETES, OBESITY)
across all counties within a state. Returns the most recent data year.
Args:
state_abbr: Two-letter state abbreviation (e.g. 'WA', 'CA').
measure_id: PLACES measure ID (e.g. 'DIABETES', 'OBESITY', 'BPHIGH').
Use search_measures to find valid IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| measure_id | Yes | ||
| state_abbr | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |