medicaid_info
Access Medicaid public data including drug pricing, state enrollment trends, federal upper limits, and drug rebate information from data.medicaid.gov.
Instructions
Unified tool for Medicaid data operations: access enrollment trends, drug pricing (NADAC), quality measures, and program performance from data.medicaid.gov via Socrata SODA API. Provides state-level aggregates (NOT provider-level like Medicare).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | The operation to perform: get_nadac_pricing (drug pricing), compare_drug_pricing (multi-drug comparison), get_enrollment_trends (state enrollment), compare_state_enrollment (multi-state comparison), get_drug_rebate_info (rebate program), search_state_formulary (CA/NY/TX/OH/IL formularies), get_drug_utilization (state prescriptions), get_federal_upper_limits (FUL pricing), list_available_datasets (catalog), search_datasets (custom query) | |
| state | No | State abbreviation (e.g., "CA", "TX", "NY") - required for get_enrollment_trends | |
| states | No | Array of state abbreviations for compare_state_enrollment | |
| ndc_code | No | National Drug Code (11-digit) for get_nadac_pricing | |
| drug_name | No | Drug name (partial match supported) for get_nadac_pricing or get_drug_rebate_info | |
| price_date | No | Specific pricing date (YYYY-MM-DD) for get_nadac_pricing - defaults to latest | |
| start_date | No | Start date (YYYY-MM-DD) for time-range queries | |
| end_date | No | End date (YYYY-MM-DD) for time-range queries | |
| enrollment_type | No | Type of enrollment data for enrollment methods | |
| month | No | Specific month (YYYY-MM) for compare_state_enrollment | |
| ndc_codes | No | Array of NDC codes for compare_drug_pricing | |
| drug_names | No | Array of drug names for compare_drug_pricing | |
| labeler_name | No | Manufacturer name for get_drug_rebate_info | |
| rebate_year | No | Year for get_drug_rebate_info | |
| dataset_id | No | Dataset identifier for search_datasets | |
| where_clause | No | SoQL WHERE clause for search_datasets | |
| limit | No | Maximum results to return (default: 100, max: 5000) | |
| offset | No | Pagination offset (default: 0) |