Skip to main content
Glama

BioOntology MCP Server

get_ontology_info

Retrieve detailed metadata and views for a specific biological ontology using its acronym, such as NCIT or GO, with the BioOntology MCP Server's API integration.

Instructions

Get detailed information about a specific ontology

Input Schema

NameRequiredDescriptionDefault
acronymYesOntology acronym (e.g., NCIT, GO, MESH)
include_viewsNoInclude ontology views (default: false)

Input Schema (JSON Schema)

{ "properties": { "acronym": { "description": "Ontology acronym (e.g., NCIT, GO, MESH)", "type": "string" }, "include_views": { "description": "Include ontology views (default: false)", "type": "boolean" } }, "required": [ "acronym" ], "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/BioOntology-MCP-Server'

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