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