Back to catalog
Cortexa research tool·drug discovery·dataset
Drugbank Vocab Search
Search the DrugBank vocabulary dataset for drugs by name, ID, synonyms, or other fields using text-based queries. Returns detailed drug information including DrugBank ID, common name, CAS number, UNII, and synonyms.
Livelast probed 2026-05-01 01:00Z· 3632msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 3632ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"case_sensitive": {
"description": "Whether the search should be case sensitive.",
"type": "boolean"
},
"exact_match": {
"description": "Whether to perform exact matching instead of substring matching.",
"type": "boolean"
},
"limit": {
"description": "Maximum number of results to return.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Search query string. Can be drug name, synonym, DrugBank ID, or any text to search for.",
"minLength": 1,
"type": "string"
},
"search_fields": {
"description": "Fields to search in. Available fields: 'DrugBank ID', 'Accession Numbers', 'Common name', 'CAS', 'UNII', 'Synonyms', 'Standard InChI Key'.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"query",
"search_fields",
"case_sensitive",
"exact_match",
"limit"
],
"type": "object"
}Examples (1)
Default Drugbank Vocab 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_vocab_search
- Tool name
- drugbank_vocab_search
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse