Search Drug Labels
health.safety.drug_labelsRetrieve drug label details including indications, dosage, warnings, interactions, and contraindications via OpenFDA.
Instructions
Search drug labeling data — indications, dosage, warnings, interactions, contraindications (OpenFDA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | OpenFDA search query for drug labels (e.g. "openfda.brand_name:ibuprofen", "openfda.generic_name:metformin", "drug_interactions:warfarin") | |
| limit | No | Number of results (1-100, default 10) | |
| skip | No | Number of results to skip for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |