bc_get_available_pharmacologic_classes
Retrieve available pharmacologic classes from FDA database, filtered by class type (EPC, MOA, PE, CS). Use to discover valid options for drug queries.
Instructions
Get available pharmacologic classes from FDA database. Call this first to see available options.
Returns: dict: Class type, field, available_classes array with term/count, total_found or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of unique classes to return | |
| class_type | No | Class type: 'epc' (Established Pharmacologic Class), 'moa' (Mechanism of Action), 'pe' (Physiologic Effect), or 'cs' (Chemical Structure) | epc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||