Back to catalog
Cortexa research tool·clinical·fda_drug_label
FDA Get Drug Name From Patient Package Insert
Retrieve the drug name based on the information provided in the patient package insert.
Livelast probed 2026-05-01 01:00Z· 483msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 483ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "The number of records to return.",
"type": "integer"
},
"patient_package_insert": {
"description": "Information necessary for patients to use the drug safely and effectively.",
"type": "string"
},
"skip": {
"description": "The number of records to skip.",
"type": "integer"
}
},
"required": [
"patient_package_insert"
],
"type": "object"
}Examples (1)
Default FDA Get Drug Name From Patient Package Insert call
public-safeinput
{
"limit": 3,
"patient_package_insert": "",
"skip": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FDA_get_drug_name_from_patient_package_insert
- Tool name
- FDA_get_drug_name_from_patient_package_insert
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse