Back to catalog
Cortexa research tool·genomics·mgi
MGI Get Phenotypes
Get phenotype annotations for a mouse gene from MGI (Mouse Genome Informatics). Returns Mammalian Phenotype (MP) ontology annotations including phenotype statements derived from mutant allele studies. Uses Alliance of Genome Resources API which integrates MGI phenotype curation data. Useful for understanding mouse gene function through loss-of-function and gain-of-function phenotypes. Example: 'MGI:98834' returns Trp53 phenotypes including tumor susceptibility, apoptosis defects, etc.
Livelast probed 2026-04-30 23:07Z· 117msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 117ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "MGI gene identifier with 'MGI:' prefix. Examples: 'MGI:98834' (Trp53), 'MGI:104537' (Brca1), 'MGI:96677' (Kit).",
"type": "string"
},
"limit": {
"default": 20,
"description": "Number of phenotype annotations to return per page (default: 20, max: 100).",
"type": "integer"
},
"page": {
"default": 1,
"description": "Page number for pagination (default: 1).",
"type": "integer"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default MGI Get Phenotypes call
public-safeinput
{
"gene_id": "BRCA1",
"limit": 3,
"page": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MGI_get_phenotypes
- Tool name
- MGI_get_phenotypes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse