Back to catalog
Cortexa research tool·biomedical·ctd
CTD Get Gene Diseases
Get curated gene-disease associations from CTD. Given a gene symbol, returns diseases associated with the gene, including direct evidence and disease categories. Example: 'TP53' returns associations with various cancers and other diseases.
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_symbol": {
"description": "Gene symbol (alias for input_terms, e.g. TP53)",
"type": "string"
},
"input_terms": {
"description": "Gene symbol or NCBI Gene ID. Examples: 'TP53', 'BRCA1', 'CYP1A1', '7157' (Gene ID for TP53).",
"type": "string"
},
"query": {
"description": "Gene symbol or name to search (alias for input_terms, e.g. TP53)",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default CTD Get Gene Diseases call
public-safeinput
{
"gene_symbol": "BRCA1",
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CTD_get_gene_diseases
- Tool name
- CTD_get_gene_diseases
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse