Back to catalog
Cortexa research tool·genomics·mgi
MGI Search Genes
Search for mouse (Mus musculus) genes in MGI (Mouse Genome Informatics) by gene symbol, name, or keyword. Returns matching mouse gene symbols, names, and MGI identifiers. Powered by the Alliance of Genome Resources API which integrates MGI data. Use this to find mouse gene IDs before calling MGI_get_gene or MGI_get_phenotypes. Examples: 'Trp53' (tumor protein p53), 'Brca1', 'insulin', 'Notch'.
Livelast probed 2026-05-01 01:00Z· 277msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 277ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of results to return (default: 10, max: 50).",
"type": "integer"
},
"query": {
"description": "Gene search query: mouse gene symbol (e.g., 'Trp53', 'Brca1', 'Sox9'), gene name keyword (e.g., 'insulin', 'tumor'), or MGI ID (e.g., 'MGI:98834').",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default MGI Search Genes call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MGI_search_genes
- Tool name
- MGI_search_genes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse