Back to catalog
Cortexa research tool·genomics·disgenet
DisGeNET Get Vda
Get variant-disease associations from DisGeNET. Query by rsID or gene symbol to find disease-associated variants. Returns variant IDs, diseases, and evidence scores. Useful for pharmacogenomics and variant interpretation.
Livelast probed 2026-04-30 23:07Z· 111msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene": {
"description": "Gene symbol to get all variants - optional if variant provided",
"type": "string"
},
"limit": {
"default": 25,
"description": "Maximum results (default: 25)",
"type": "integer"
},
"operation": {
"const": "get_vda",
"description": "Operation type (fixed: get_vda)",
"type": "string"
},
"variant": {
"description": "Variant rsID (e.g., rs1234) - optional if gene provided",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default DisGeNET Get Vda call
public-safeinput
{
"gene": "BRCA1",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DisGeNET_get_vda
- Tool name
- DisGeNET_get_vda
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse