Back to catalog
Cortexa research tool·drug discovery·dataset
Dili Search
Search the DILIrank dataset for drug-induced liver-injury (DILI) risk information by compound name. Searching with exact match is not recommeded.
Livelast probed 2026-04-30 23:07Z· 1098msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1098ms
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. 'acetaminophen').",
"type": "string"
},
"search_fields": {
"description": "Columns to search. Choose from: 'Compound Name'.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"query",
"search_fields",
"case_sensitive",
"exact_match",
"limit"
],
"type": "object"
}Examples (1)
Default Dili 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_dili_search
- Tool name
- dili_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse