Skip to main content
Glama

Ensembl MCP Server

get_gene_tree

Retrieve a phylogenetic tree for a gene family using a specified Ensembl gene ID. Supports multiple formats like JSON, Newick, and PhyloXML. Optionally, include a species name or clusterset ID for tailored results.

Instructions

Get phylogenetic tree for gene family

Input Schema

NameRequiredDescriptionDefault
clusterset_idNoSpecific clusterset ID (optional)
formatNoTree format (default: json)
gene_idYesEnsembl gene ID
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "clusterset_id": { "description": "Specific clusterset ID (optional)", "type": "string" }, "format": { "description": "Tree format (default: json)", "enum": [ "json", "newick", "phyloxml" ], "type": "string" }, "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