Back to catalog
Cortexa research tool·structure·kegg_disease_drug
KEGG Search Drug
Search the KEGG DRUG database by keyword. KEGG DRUG contains 12,000+ approved and investigational drug entries with chemical structures, targets, indications, and cross-references to DrugBank/PubChem. Returns drug IDs (D#####) and names. Example: searching 'aspirin' returns D00109 Aspirin, D02079 Codein phosphate and aspirin, etc. Use KEGG_get_drug for full details.
Livelast probed 2026-04-30 23:07Z· 600msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 600ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"keyword": {
"description": "Search keyword for drug name (e.g., 'aspirin', 'imatinib', 'metformin'). Case-insensitive partial match.",
"type": "string"
},
"max_results": {
"default": 25,
"description": "Maximum number of results to return (default: 25).",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"keyword"
],
"type": "object"
}Examples (1)
Default KEGG Search Drug call
public-safeinput
{
"keyword": "",
"max_results": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_KEGG_search_drug
- Tool name
- KEGG_search_drug
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse