Back to catalog
Cortexa research tool·drug discovery·dataset
Drugbank Links Search
Search the cross-reference table linking DrugBank IDs to external identifiers (CAS, KEGG, PubChem, ChEBI, PharmGKB, UniProt, etc.) and web resources.
Livelast probed 2026-04-30 23:07Z· 823msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 823ms
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. 'DB00002', 'Cetuximab').",
"type": "string"
},
"search_fields": {
"description": "Columns to search. Choose from: 'DrugBank ID', 'Name', 'CAS Number', 'Drug Type', 'KEGG Compound ID', 'KEGG Drug ID', 'PubChem Compound ID', 'PubChem Substance ID', 'ChEBI ID', 'PharmGKB ID', 'HET ID', 'UniProt ID', 'Wikipedia ID', 'Drugs.com Link', 'NDC ID', 'ChemSpider ID', 'BindingDB ID', 'TTD ID'.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"query",
"search_fields",
"case_sensitive",
"exact_match",
"limit"
],
"type": "object"
}Examples (1)
Default Drugbank Links 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_drugbank_links_search
- Tool name
- drugbank_links_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse