Back to catalog
Cortexa research tool·genomics·hgnc
HGNC Fetch Gene By ID
Fetch gene information from HGNC by HGNC ID. Useful when you have a specific HGNC identifier and want the full gene record. Returns official symbol, name, location, and cross-references to other databases. Example: 'HGNC:11998' returns TP53.
Livelast probed 2026-05-01 01:00Z· 86msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 86ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"hgnc_id": {
"description": "HGNC identifier, with or without 'HGNC:' prefix. Examples: 'HGNC:11998' (TP53), 'HGNC:1100' (BRCA1), '1101' (BRCA2).",
"type": "string"
}
},
"required": [
"hgnc_id"
],
"type": "object"
}Examples (1)
Default HGNC Fetch Gene By ID call
public-safeinput
{
"hgnc_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_HGNC_fetch_gene_by_id
- Tool name
- HGNC_fetch_gene_by_id
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse