Back to catalog
Cortexa research tool·biomedical·disgenet
DisGeNET Search Disease
Search DisGeNET for genes associated with a disease. Query by disease name or UMLS CUI (e.g., C0006142 for breast cancer). Returns associated genes with scores and evidence. Requires DISGENET_API_KEY.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"disease": {
"description": "Disease name or UMLS CUI (e.g., C0006142, breast cancer)",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum associations to return (default: 10)",
"type": "integer"
},
"operation": {
"const": "search_disease",
"description": "Operation type (fixed: search_disease)",
"type": "string"
}
},
"required": [
"disease"
],
"type": "object"
}Examples (1)
Default DisGeNET Search Disease call
public-safeinput
{
"disease": "type 2 diabetes",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DisGeNET_search_disease
- Tool name
- DisGeNET_search_disease
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse