Skip to main content
Glama

GTEx MCP Server

search_transcripts

Find gene transcripts and isoforms using GENCODE IDs to analyze gene expression patterns and identify specific transcript variants in genomics research.

Instructions

Search for gene transcripts and isoforms

Input Schema

NameRequiredDescriptionDefault
gencodeIdYesGENCODE gene ID (e.g., ENSG00000223972.5)
transcriptTypeNoTranscript type filter (optional)

Input Schema (JSON Schema)

{ "properties": { "gencodeId": { "description": "GENCODE gene ID (e.g., ENSG00000223972.5)", "type": "string" }, "transcriptType": { "description": "Transcript type filter (optional)", "enum": [ "protein_coding", "lncRNA", "pseudogene", "miRNA" ], "type": "string" } }, "required": [ "gencodeId" ], "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