Back to catalog
Cortexa research tool·clinical·fda_drug_label
FDA Get Drug Name By Storage And Handling Info
Retrieve the drug name based on storage and handling information.
Livelast probed 2026-05-01 01:00Z· 426msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 426ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "The number of records to return.",
"type": "integer"
},
"skip": {
"description": "The number of records to skip.",
"type": "integer"
},
"storage_info": {
"description": "Information about the storage and handling of the drug product.",
"type": "string"
}
},
"required": [
"storage_info"
],
"type": "object"
}Examples (1)
Default FDA Get Drug Name By Storage And Handling Info call
public-safeinput
{
"limit": 3,
"skip": 1,
"storage_info": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDA_get_drug_name_by_storage_and_handling_info
- Tool name
- FDA_get_drug_name_by_storage_and_handling_info
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse