Skip to main content
Glama

Ensembl MCP Server

get_gene_tree

Generate a phylogenetic tree for a gene family using an Ensembl gene ID, with options for species, tree format, and clusterset ID. Accessible via the Ensembl MCP Server.

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