Back to catalog
Cortexa research tool·genomics·monarch
Monarch Search Gene
Search Monarch Initiative knowledge graph for a gene by symbol or name. Returns HGNC/NCBIGene CURIEs, cross-species orthologs, and gene metadata. Use this first to get the gene CURIE needed for Monarch_get_gene_phenotypes and Monarch_get_gene_diseases.
Livelast probed 2026-05-01 01:00Z· 747msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 747ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Number of results to return (default: 10)",
"type": "integer"
},
"offset": {
"default": 0,
"description": "Number of initial entries to skip.",
"type": "integer"
},
"query": {
"description": "Gene symbol or name (e.g., 'TP53', 'BRCA1', 'WDR7')",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Monarch Search Gene call
public-safeinput
{
"limit": 3,
"offset": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Monarch_search_gene
- Tool name
- Monarch_search_gene
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse