Back to catalog
Cortexa research tool·clinical·fda_drug_label
FDA Get Drug Names By User Safety Warning
Retrieve drug names that have specific user safety warnings.
Livelast probed 2026-04-30 23:07Z· 105msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"indication": {
"description": "The indication or usage of the drug.",
"type": "string"
},
"limit": {
"description": "The number of records to return.",
"type": "integer"
},
"safety_warning": {
"description": "The specific safety warning to search for.",
"type": "string"
},
"skip": {
"description": "The number of records to skip.",
"type": "integer"
}
},
"required": [
"safety_warning"
],
"type": "object"
}Examples (1)
Default FDA Get Drug Names By User Safety Warning call
public-safeinput
{
"limit": 3,
"safety_warning": "",
"skip": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDA_get_drug_names_by_user_safety_warning
- Tool name
- FDA_get_drug_names_by_user_safety_warning
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse