Back to catalog
Cortexa research tool·clinical·fda_drug_label
FDA Get Drug Names By Controlled Substance DEA Schedule
Retrieve drug names based on the Drug Enforcement Administration (DEA) schedule information.
Livelast probed 2026-05-01 01:00Z· 550msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 550ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"controlled_substance_schedule": {
"description": "The schedule in which the drug is controlled by the Drug Enforcement Administration.",
"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": [
"controlled_substance_schedule"
],
"type": "object"
}Examples (1)
Default FDA Get Drug Names By Controlled Substance DEA Schedule call
public-safeinput
{
"controlled_substance_schedule": "",
"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_controlled_substance_DEA_schedule
- Tool name
- FDA_get_drug_names_by_controlled_substance_DEA_schedule
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse