Skip to main content
Glama

gnomAD MCP Server

by shukwong

get_variants_in_gene

Retrieve all genetic variants within a specified gene using Ensembl ID or gene symbol. Access variant data from gnomAD datasets and analyze population-level genetic information.

Instructions

Get all variants in a specific gene

Input Schema

NameRequiredDescriptionDefault
datasetNoDataset IDgnomad_r4
gene_idNoEnsembl gene ID
gene_symbolNoGene symbol
reference_genomeNoReference genomeGRCh38

Input Schema (JSON Schema)

{ "properties": { "dataset": { "default": "gnomad_r4", "description": "Dataset ID", "type": "string" }, "gene_id": { "description": "Ensembl gene ID", "type": "string" }, "gene_symbol": { "description": "Gene symbol", "type": "string" }, "reference_genome": { "default": "GRCh38", "description": "Reference genome", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shukwong/gnomad-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server