Skip to main content
Glama

gnomAD MCP Server

by shukwong

get_transcript

Retrieve detailed information about a specific transcript using its Ensembl ID. Query genetic data such as variant details, constraint scores, and population frequencies from the gnomAD database.

Instructions

Get information about a specific transcript

Input Schema

NameRequiredDescriptionDefault
reference_genomeNoReference genomeGRCh38
transcript_idYesEnsembl transcript ID (e.g., ENST00000269305)

Input Schema (JSON Schema)

{ "properties": { "reference_genome": { "default": "GRCh38", "description": "Reference genome", "type": "string" }, "transcript_id": { "description": "Ensembl transcript ID (e.g., ENST00000269305)", "type": "string" } }, "required": [ "transcript_id" ], "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