Back to catalog
Cortexa research tool·drug discovery·dataset
Diqt Search
Search the DIQTA dataset for drug-induced QT-interval prolongation risk information by generic name or DrugBank ID. Searching with exact match is not recommeded for generic name.
Livelast probed 2026-04-30 23:07Z· 7686msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 7686ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"case_sensitive": {
"description": "Match text with exact case if true.",
"type": "boolean"
},
"exact_match": {
"description": "Field value must equal query exactly if true; otherwise substring match.",
"type": "boolean"
},
"limit": {
"description": "Maximum number of rows to return.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Free-text query (e.g. 'Astemizole', 'DB00637').",
"type": "string"
},
"search_fields": {
"description": "Columns to search. Choose from: 'Generic/Proper Name(s)', 'DrugBank ID'.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"query",
"search_fields",
"case_sensitive",
"exact_match",
"limit"
],
"type": "object"
}Examples (1)
Default Diqt Search call
public-safeinput
{
"case_sensitive": false,
"exact_match": false,
"limit": 3,
"query": "BRCA1",
"search_fields": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_diqt_search
- Tool name
- diqt_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse