Back to catalog
Cortexa research tool·clinical·fda_drug_label
FDA Get Drug Names By Child Safety Info
Retrieve drug names based on whether the product should be kept out of the reach of children and instructions about what to do in the case of accidental contact or ingestion.
Livelast probed 2026-05-01 01:00Z· 431msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 431ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"child_safety_info": {
"description": "Information pertaining to whether the product should be kept out of the reach of children.",
"type": "string"
},
"indication": {
"description": "The indication or usage of the drug.",
"type": "string"
},
"limit": {
"description": "The number of records to return.",
"type": "integer"
},
"skip": {
"description": "The number of records to skip.",
"type": "integer"
}
},
"required": [
"child_safety_info"
],
"type": "object"
}Examples (1)
Default FDA Get Drug Names By Child Safety Info call
public-safeinput
{
"child_safety_info": "",
"limit": 3,
"skip": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDA_get_drug_names_by_child_safety_info
- Tool name
- FDA_get_drug_names_by_child_safety_info
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse