cdc_dataset_query
Generic SoQL query against any data.cdc.gov dataset. Use this when none of the curated tools fit. Accepts a 4x4 Socrata ID and a where-clause. SoQL reference: https://dev.socrata.com/docs/queries/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50) | |
| order | No | SoQL order clause (e.g. 'date DESC') | |
| where | No | SoQL where clause (e.g. "state='Texas' AND year=2024") | |
| select | No | SoQL select clause (default '*') | |
| dataset | Yes | Socrata 4x4 dataset ID (e.g. 'muzy-jte6') |