Back to catalog
Cortexa research tool·drug discovery·dataset
Drugbank Vocab Filter
Filter the DrugBank vocabulary dataset based on specific field criteria. Use simple field-value pairs to filter drugs by properties like names, IDs, and chemical identifiers.
Livelast probed 2026-05-01 01:00Z· 467msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 467ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"condition": {
"description": "The type of filtering condition to apply. Filter is case-insensitive.",
"enum": [
"contains",
"starts_with",
"ends_with",
"exact",
"not_empty"
],
"type": "string"
},
"field": {
"description": "The field to filter on",
"enum": [
"DrugBank ID",
"Accession Numbers",
"Common name",
"CAS",
"UNII",
"Synonyms",
"Standard InChI Key"
],
"type": "string"
},
"limit": {
"description": "Maximum number of results to return.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"value": {
"description": "The value to filter by. Not required when condition is 'not_empty'. Examples: 'insulin' (for contains), 'DB00' (for starts_with), 'acid' (for ends_with), 'Aspirin' (for exact)",
"type": "string"
}
},
"required": [
"field",
"condition",
"limit"
],
"type": "object"
}Examples (1)
Default Drugbank Vocab Filter call
public-safeinput
{
"condition": "",
"field": "",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_drugbank_vocab_filter
- Tool name
- drugbank_vocab_filter
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse