Back to catalog
Cortexa research tool·genomics·gnomad
Gnomad Get Transcript
Get basic transcript metadata from gnomAD by Ensembl transcript ID (e.g., ENST...). The response includes the linked `gene` object (gene ID + symbol). Use `gnomad_get_gene` to find a gene's `canonical_transcript_id`.
Livelast probed 2026-05-01 01:00Z· 264msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 264ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"reference_genome": {
"default": "GRCh38",
"description": "Reference genome.",
"enum": [
"GRCh37",
"GRCh38"
],
"type": "string"
},
"transcript_id": {
"description": "Ensembl transcript ID (e.g., 'ENST00000357654').",
"type": "string"
}
},
"required": [
"transcript_id"
],
"type": "object"
}Examples (1)
Default Gnomad Get Transcript call
public-safeinput
{
"transcript_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gnomad_get_transcript
- Tool name
- gnomad_get_transcript
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse