transcript
ActiveTool of Gnomad
declared in 0.1.0
Fetch gnomAD variant data for an Ensembl transcript (ENST…), returning transcript coordinates, gene symbol, chromosome position, and per-variant allele frequencies from exome and genome datasets.
Parameters schema
{
"type": "object",
"examples": [
{
"transcript_id": "ENST00000357144"
},
{
"dataset": "gnomad_r4",
"transcript_id": "ENST00000380152"
}
],
"required": [
"transcript_id"
],
"properties": {
"dataset": {
"type": "string"
},
"transcript_id": {
"type": "string",
"description": "Ensembl transcript id (ENST…)"
}
}
}Parent server
Gnomad
https://github.com/pipeworx-io/mcp-gnomad
1/7 registries