Back to catalog
Cortexa research tool·genomics·gnomad
Gnomad Search Genes
Search for genes in gnomAD by free-text query (typically a gene symbol). Returns matching `ensembl_id` (Ensembl gene ID) and `symbol`. Use `ensembl_id` as `gene_id` for `gnomad_get_gene`.
Livelast probed 2026-05-01 01:00Z· 276msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 276ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"query": {
"description": "Gene search string (e.g., 'BRCA1').",
"type": "string"
},
"reference_genome": {
"default": "GRCh38",
"description": "Reference genome for the search.",
"enum": [
"GRCh37",
"GRCh38"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Gnomad Search Genes call
public-safeinput
{
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gnomad_search_genes
- Tool name
- gnomad_search_genes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse