Skip to main content
Glama

Ensembl MCP Server

get_transcripts

Retrieve all transcripts for a given gene, including detailed structural information, using the Ensembl MCP Server. Specify gene ID, species, and optional canonical-only filter for precise results.

Instructions

Get all transcripts for a gene with detailed structure

Input Schema

NameRequiredDescriptionDefault
canonical_onlyNoReturn only canonical transcript (default: false)
gene_idYesEnsembl gene ID
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "canonical_only": { "description": "Return only canonical transcript (default: false)", "type": "boolean" }, "gene_id": { "description": "Ensembl gene ID", "type": "string" }, "species": { "description": "Species name (default: homo_sapiens)", "type": "string" } }, "required": [ "gene_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/Augmented-Nature/Ensembl-MCP-Server'

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