Back to catalog
Cortexa research tool·clinical·fda_drug_label
FDA Get Drug Name By Other Safety Info
Retrieve the drug name based on the provided safety information. This tool looks through safety information that may not be specified in other fields.
Livelast probed 2026-04-30 23:07Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "The number of records to return.",
"type": "integer"
},
"safety_info": {
"description": "Information about safe use and handling of the product.",
"type": "string"
},
"skip": {
"description": "The number of records to skip.",
"type": "integer"
}
},
"required": [
"safety_info"
],
"type": "object"
}Examples (1)
Default FDA Get Drug Name By Other Safety Info call
public-safeinput
{
"limit": 3,
"safety_info": "",
"skip": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDA_get_drug_name_by_other_safety_info
- Tool name
- FDA_get_drug_name_by_other_safety_info
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse