Skip to main content
Glama

GTEx MCP Server

get_gene_ontology

Retrieve Gene Ontology annotations for a gene to understand its biological processes, cellular components, and molecular functions using GENCODE gene IDs.

Instructions

Get Gene Ontology annotations for a gene

Input Schema

NameRequiredDescriptionDefault
gencodeIdYesGENCODE gene ID (e.g., ENSG00000223972.5)
ontologyTypeNoGO ontology type (optional)

Input Schema (JSON Schema)

{ "properties": { "gencodeId": { "description": "GENCODE gene ID (e.g., ENSG00000223972.5)", "type": "string" }, "ontologyType": { "description": "GO ontology type (optional)", "enum": [ "biological_process", "cellular_component", "molecular_function" ], "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