Back to catalog
Cortexa research tool·genomics·kegg_disease_drug
KEGG Search Disease
Search the KEGG DISEASE database by keyword. KEGG DISEASE contains 2,600+ human disease entries with associated genes, pathways, drugs, and cross-references. Returns disease IDs (H#####) and names. Example: searching 'leukemia' returns H00001 B-cell acute lymphoblastic leukemia, H00002 T-cell acute lymphoblastic leukemia, etc. Use KEGG_get_disease for full details including genes and pathways.
Livelast probed 2026-05-01 00:32Z· 1373msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1373ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"keyword": {
"description": "Search keyword for disease name (e.g., 'leukemia', 'diabetes', 'breast cancer', 'alzheimer'). 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"
},
"query": {
"description": "Alias for keyword: search keyword for disease name (e.g., 'diabetes', 'leukemia').",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default KEGG Search Disease call
input
{
"max_results": 1
}Expected response keys: success
Identifiers
- Catalog ID
- tu_KEGG_search_disease
- Tool name
- KEGG_search_disease
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse, slow