gnomad-genetics-mcp-server: get coverage
gnomad_get_coverageFetch gnomAD sequencing-coverage summary across a gene, transcript, or region — mean and median read depth, plus the mean fraction of samples covered at each depth threshold (1× through 100×), separated by exome and genome track. Use this to disambiguate a true absent variant from an uncallable position: a variant missing from a well-covered region is informative, while one missing from a poorly-covered region is not. Supply exactly one of gene, transcript_id, or region. The optional coverage_source narrows to one track; by default both available tracks are returned. Echoes the effective dataset and build. Data source: gnomAD (Broad Institute) — https://gnomad.broadinstitute.org/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene | No | Gene — HGNC symbol (e.g. PCSK9) or Ensembl gene ID (e.g. ENSG00000169174). Obtain a stable ID from ensembl_lookup_gene. | |
| region | No | Genomic region chrom-start-stop (1-based inclusive, e.g. 1-55039447-55064852). Mutually exclusive with gene and transcript_id. | |
| dataset | No | gnomAD dataset: gnomad_r4 (GRCh38, default), gnomad_r3 (GRCh38), gnomad_r2_1 (GRCh37), exac (GRCh37). Echoed in output. | |
| transcript_id | No | Ensembl transcript ID (e.g. ENST00000302118). Mutually exclusive with gene and region. | |
| coverage_source | No | Restrict to one coverage track. Omit to return every available track. | |
| reference_genome | No | Reference build. Derived from dataset when omitted (v4/v3=GRCh38, v2.1/ExAC=GRCh37). If supplied it must match the dataset, or the call is rejected. Keep aligned with ensembl coordinates. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| notice | No | Guidance when no coverage data is available for the target. | |
| target | No | The resolved target (gene symbol/ID, transcript ID, or region) the coverage describes. | |
| dataset | No | Effective gnomAD dataset. | |
| summaries | No | Per-track coverage summaries (exome and/or genome). | |
| target_kind | No | Which target type was queried. | |
| reference_genome | No | Effective reference build. |