Skip to main content
Glama

GTEx MCP Server

get_variants

Retrieve genetic variants within a specified genomic region from GTEx datasets to support genomic research and analysis.

Instructions

Get genetic variants in a genomic region

Input Schema

NameRequiredDescriptionDefault
chrYesChromosome (e.g., chr1, chr2, chrX)
datasetIdNoGTEx dataset ID (default: gtex_v8)gtex_v8
endYesEnd position (1-based)
startYesStart position (1-based)

Input Schema (JSON Schema)

{ "properties": { "chr": { "description": "Chromosome (e.g., chr1, chr2, chrX)", "type": "string" }, "datasetId": { "default": "gtex_v8", "description": "GTEx dataset ID (default: gtex_v8)", "type": "string" }, "end": { "description": "End position (1-based)", "type": "integer" }, "start": { "description": "Start position (1-based)", "type": "integer" } }, "required": [ "chr", "start", "end" ], "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/Augmented-Nature/GTEx-MCP-Server'

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