Skip to main content
Glama

Ensembl MCP Server

ensembl_ontotax

Search and traverse ontology terms (GO, EFO, HP, MP) or NCBI taxonomy classifications. Explore relationships like ancestors, descendants, parents, and children for terms or species.

Instructions

Ontology term search and NCBI taxonomy traversal. Search GO terms, phenotype ontologies, and taxonomic classifications.

Input Schema

NameRequiredDescriptionDefault
ontologyNoOntology to search in
relationNoRelationship to explore in ontology
speciesNoSpecies for taxonomy search (e.g., 'homo_sapiens', 'mus_musculus', 'drosophila_melanogaster')
termNoOntology term or taxonomy term to search (e.g., 'protein binding', 'cell cycle', 'mitochondrion', 'Homo sapiens')
term_idNoSpecific ontology term ID (e.g., 'GO:0008150', 'GO:0005515', 'HP:0000001', 'MP:0000001')

Input Schema (JSON Schema)

{ "anyOf": [ { "required": [ "term", "ontology" ] }, { "required": [ "term_id" ] }, { "required": [ "species" ] } ], "properties": { "ontology": { "description": "Ontology to search in", "enum": [ "GO", "EFO", "HP", "MP", "taxonomy" ], "type": "string" }, "relation": { "description": "Relationship to explore in ontology", "enum": [ "children", "parents", "ancestors", "descendants" ], "type": "string" }, "species": { "description": "Species for taxonomy search (e.g., 'homo_sapiens', 'mus_musculus', 'drosophila_melanogaster')", "type": "string" }, "term": { "description": "Ontology term or taxonomy term to search (e.g., 'protein binding', 'cell cycle', 'mitochondrion', 'Homo sapiens')", "type": "string" }, "term_id": { "description": "Specific ontology term ID (e.g., 'GO:0008150', 'GO:0005515', 'HP:0000001', 'MP:0000001')", "type": "string" } }, "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/effieklimi/ensembl-mcp-server'

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