search_drug_labels
Search FDA drug labels to retrieve indications, contraindications, warnings, and adverse reactions. Query by drug name, ingredient, or manufacturer.
Instructions
Search FDA drug labels using OpenFDA API. Returns drug labeling information including indications, contraindications, warnings, and adverse reactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip (for pagination) | |
| count | No | Field to count results by. Example: 'openfda.manufacturer_name.exact' | |
| limit | No | Maximum number of records to return (1-1000) | |
| search | No | Search query. Can search by drug name, active ingredient, manufacturer, etc. Example: 'aspirin', 'ibuprofen', 'openfda.brand_name:tylenol' |