Skip to main content
Glama

gnomAD MCP Server

by shukwong

get_gene

Retrieve comprehensive gene details, including constraint scores, using Ensembl gene ID or gene symbol. Supports GRCh37 and GRCh38 reference genomes.

Instructions

Get detailed information about a gene including constraint scores

Input Schema

NameRequiredDescriptionDefault
gene_idNoEnsembl gene ID (e.g., ENSG00000141510)
gene_symbolNoGene symbol (e.g., TP53)
reference_genomeNoReference genome (GRCh37 or GRCh38)GRCh38

Input Schema (JSON Schema)

{ "properties": { "gene_id": { "description": "Ensembl gene ID (e.g., ENSG00000141510)", "type": "string" }, "gene_symbol": { "description": "Gene symbol (e.g., TP53)", "type": "string" }, "reference_genome": { "default": "GRCh38", "description": "Reference genome (GRCh37 or GRCh38)", "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