Skip to main content
Glama

BioOntology MCP Server

get_class_info

Retrieve detailed metadata about an ontology class, including attributes like labels, definitions, and hierarchies, using specified ontology acronym and class ID.

Instructions

Get detailed information about a specific ontology class

Input Schema

NameRequiredDescriptionDefault
class_idYesClass ID/URI (URL-encoded if necessary)
includeNoComma-separated attributes to include (e.g., prefLabel,definition,parents,children)
ontologyYesOntology acronym

Input Schema (JSON Schema)

{ "properties": { "class_id": { "description": "Class ID/URI (URL-encoded if necessary)", "type": "string" }, "include": { "description": "Comma-separated attributes to include (e.g., prefLabel,definition,parents,children)", "type": "string" }, "ontology": { "description": "Ontology acronym", "type": "string" } }, "required": [ "ontology", "class_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/BioOntology-MCP-Server'

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