Back to catalog
Cortexa research tool·genomics·monarch
Monarch Get Gene Diseases
Get diseases associated with a gene from Monarch Initiative. Input is a gene CURIE (e.g., 'HGNC:11998' for TP53). Returns disease associations with evidence. Bridges gene→disease across species for hypothesis generation.
Livelast probed 2026-04-30 23:07Z· 365msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 365ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 100,
"description": "Maximum disease associations to return (default: 100)",
"type": "integer"
},
"offset": {
"default": 0,
"description": "Number of initial entries to skip.",
"type": "integer"
},
"subject": {
"description": "Gene CURIE identifier (e.g., 'HGNC:11998' for TP53). Use Monarch_search_gene to find this.",
"type": "string"
}
},
"required": [
"subject"
],
"type": "object"
}Examples (1)
Default Monarch Get Gene Diseases call
public-safeinput
{
"limit": 3,
"offset": 1,
"subject": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Monarch_get_gene_diseases
- Tool name
- Monarch_get_gene_diseases
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse