Back to catalog
Cortexa research tool·drug discovery·dataset
Drugbank Full Search
Search the cleaned DrugBank dataframe (one row per drug) by ID, common name, or synonym. Returns identifiers, ATC, main pharmacology text fields, and protein partners. For best results, it is recommended that one uses `drugbank_vocab_search` to obtain DrugBank ID from other keywords first, and use this tool with DrugBank ID.
Livelast probed 2026-05-01 01:00Z· 2083msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 2083ms
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": "Max number of rows to return.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Free-text query (e.g. 'DB00945', 'acetylsalicylic', 'Acarbosa').",
"type": "string"
},
"search_fields": {
"description": "Columns to search in. Choose from: 'drugbank_id', 'name', 'synonyms'.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"query",
"search_fields",
"case_sensitive",
"exact_match",
"limit"
],
"type": "object"
}Examples (1)
Default Drugbank Full 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_full_search
- Tool name
- drugbank_full_search
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse