Back to catalog
Cortexa research tool·biomedical·disgenet
DisGeNET Search Gene
Search DisGeNET for diseases associated with a gene. DisGeNET is the largest public database of gene-disease associations. Returns diseases, association scores, and evidence counts. Use the 'gene' parameter (e.g., 'BRCA1', 'TP53') — note: parameter name is 'gene', not 'gene_symbol'. Requires DISGENET_API_KEY env var (register free at disgenet.org).
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene": {
"description": "Gene symbol (e.g., BRCA1, TP53, EGFR)",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum associations to return (default: 10)",
"type": "integer"
},
"operation": {
"const": "search_gene",
"description": "Operation type (fixed: search_gene)",
"type": "string"
}
},
"required": [
"gene"
],
"type": "object"
}Examples (1)
Default DisGeNET Search Gene 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_search_gene
- Tool name
- DisGeNET_search_gene
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse