Back to catalog
Cortexa research tool·genomics·monarch
Monarch Get Gene Phenotypes
Get phenotypes associated with a gene from Monarch Initiative (cross-species). Input is a gene CURIE (e.g., 'HGNC:11998' for TP53). Returns human and model organism phenotypes (HP/MP terms). Use Monarch_search_gene first to find the CURIE.
Livelast probed 2026-05-01 01:00Z· 265msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 265ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 100,
"description": "Maximum phenotype 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, 'HGNC:1100' for BRCA1). Use Monarch_search_gene to find this.",
"type": "string"
}
},
"required": [
"subject"
],
"type": "object"
}Examples (1)
Default Monarch Get Gene Phenotypes 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_phenotypes
- Tool name
- Monarch_get_gene_phenotypes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse