Back to catalog
Cortexa research tool·biomedical·disgenet
DisGeNET Get Gda
Get gene-disease associations with filtering. Filter by data source (CURATED, LITERATURE, ANIMAL_MODELS) and minimum score. Returns comprehensive GDA data with evidence levels. Requires DISGENET_API_KEY.
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"disease": {
"description": "Disease ID/UMLS CUI (optional if gene provided)",
"type": "string"
},
"gene": {
"description": "Gene symbol (optional if disease provided)",
"type": "string"
},
"limit": {
"default": 25,
"description": "Maximum results (default: 25)",
"type": "integer"
},
"min_score": {
"description": "Minimum GDA score (0-1). Higher = stronger evidence.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"operation": {
"const": "get_gda",
"description": "Operation type (fixed: get_gda)",
"type": "string"
},
"source": {
"description": "Data source filter: CURATED, ANIMAL_MODELS, LITERATURE, etc.",
"enum": [
"CURATED",
"ANIMAL_MODELS",
"LITERATURE",
"ALL"
],
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default DisGeNET Get Gda call
public-safeinput
{
"disease": "type 2 diabetes",
"gene": "BRCA1",
"limit": 3,
"min_score": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DisGeNET_get_gda
- Tool name
- DisGeNET_get_gda
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse