Back to catalog
Cortexa research tool·drug discovery·dataset
Dict Search
Search the DICTrank dataset for drug-induced cardiotoxicity (DICT) risk information by trade name, generic name, or active ingredient. Searching with exact match is not recommeded.
Livelast probed 2026-04-30 23:07Z· 1025msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1025ms
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. 'ZYPREXA', 'Olanzapine').",
"type": "string"
},
"search_fields": {
"description": "Columns to search. Choose from: 'Trade Name', 'Generic/Proper Name(s)', 'Active Ingredient(s)'.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"query",
"search_fields",
"case_sensitive",
"exact_match",
"limit"
],
"type": "object"
}Examples (1)
Default Dict 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_dict_search
- Tool name
- dict_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse