get_drug_label
Retrieve FDA-approved drug label information including brand/generic names, manufacturer, approved indications, and warnings for a given drug name.
Instructions
Read the FDA-approved product label for a drug.
Use this for what a drug is approved to treat and what its labeled warnings say. Returns brand and generic name, manufacturer, approved indications, and warnings; the long text fields are truncated and flagged when cut.
Labels are per product, so a search can match a combination product or one manufacturer's version of a generic. Check the returned brand and generic names before relying on the text.
Args: drug_name: Generic or brand name, e.g. "metformin" or "Glucophage".
Returns: The label extract, or an empty result with a note when no label matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drug_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||