Skip to main content
Glama

BioOntology MCP Server

recommend_ontologies

Identify relevant ontologies for text or keywords using customizable weight criteria like coverage, acceptance, detail, and specialization.

Instructions

Get ontology recommendations for text or keywords with customizable weights

Input Schema

NameRequiredDescriptionDefault
inputYesInput text or comma-separated keywords
input_typeNoInput type: 1=text, 2=keywords (default: 1)
max_elements_setNoMax ontologies per set (2-4, default: 3)
ontologiesNoComma-separated ontology acronyms to limit evaluation to
output_typeNoOutput type: 1=individual ontologies, 2=ontology sets (default: 1)
waNoWeight for acceptance criterion (0-1, default: 0.15)
wcNoWeight for coverage criterion (0-1, default: 0.55)
wdNoWeight for detail criterion (0-1, default: 0.15)
wsNoWeight for specialization criterion (0-1, default: 0.15)

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Input text or comma-separated keywords", "type": "string" }, "input_type": { "description": "Input type: 1=text, 2=keywords (default: 1)", "enum": [ 1, 2 ], "type": "number" }, "max_elements_set": { "description": "Max ontologies per set (2-4, default: 3)", "enum": [ 2, 3, 4 ], "type": "number" }, "ontologies": { "description": "Comma-separated ontology acronyms to limit evaluation to", "type": "string" }, "output_type": { "description": "Output type: 1=individual ontologies, 2=ontology sets (default: 1)", "enum": [ 1, 2 ], "type": "number" }, "wa": { "description": "Weight for acceptance criterion (0-1, default: 0.15)", "maximum": 1, "minimum": 0, "type": "number" }, "wc": { "description": "Weight for coverage criterion (0-1, default: 0.55)", "maximum": 1, "minimum": 0, "type": "number" }, "wd": { "description": "Weight for detail criterion (0-1, default: 0.15)", "maximum": 1, "minimum": 0, "type": "number" }, "ws": { "description": "Weight for specialization criterion (0-1, default: 0.15)", "maximum": 1, "minimum": 0, "type": "number" } }, "required": [ "input" ], "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