Skip to main content
Glama

GTEx MCP Server

analyze_ld_structure

Analyze linkage disequilibrium patterns around eQTL variants to understand genetic associations and co-inheritance in specific genomic regions.

Instructions

Analyze linkage disequilibrium structure around eQTL variants

Input Schema

NameRequiredDescriptionDefault
chrYesChromosome (e.g., chr1, chr2, chrX)
populationNoPopulation for LD analysis (default: EUR)EUR
positionYesGenomic position (1-based)
windowSizeNoWindow size around position (default: 100000)

Input Schema (JSON Schema)

{ "properties": { "chr": { "description": "Chromosome (e.g., chr1, chr2, chrX)", "type": "string" }, "population": { "default": "EUR", "description": "Population for LD analysis (default: EUR)", "enum": [ "EUR", "AFR", "AMR", "EAS", "SAS" ], "type": "string" }, "position": { "description": "Genomic position (1-based)", "type": "integer" }, "windowSize": { "default": 100000, "description": "Window size around position (default: 100000)", "type": "integer" } }, "required": [ "chr", "position" ], "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