Back to catalog
Cortexa research tool·drug discovery·openfda_labels
FDA Search Drug Labels
Search FDA-approved drug labels (prescribing information) by drug name or medical indication. Drug labels contain official clinical guidance: indications, dosing regimens, contraindications, black box warnings, drug interactions, and adverse reactions. Use drug_name for drug-specific lookups (e.g., 'metformin', 'warfarin') or indication for condition-based searches (e.g., 'hypertension', 'type 2 diabetes'). Returns a list of matching drug labels with key clinical sections.
Livelast probed 2026-04-30 23:07Z· 118msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 118ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"drug_name": {
"description": "Brand or generic drug name to search (e.g., 'metformin', 'atorvastatin', 'lisinopril'). Mutually exclusive with indication.",
"type": [
"string",
"null"
]
},
"indication": {
"description": "Medical condition to search in indications sections (e.g., 'hypertension', 'type 2 diabetes', 'atrial fibrillation'). Mutually exclusive with drug_name.",
"type": [
"string",
"null"
]
},
"limit": {
"default": 5,
"description": "Maximum number of results to return (default: 5, max: 20)",
"type": "integer"
}
},
"required": [
"limit"
],
"type": "object"
}Examples (1)
Default FDA Search Drug Labels call
public-safeinput
{
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDA_search_drug_labels
- Tool name
- FDA_search_drug_labels
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse