Skip to main content
Glama

BioOntology MCP Server

batch_annotate

Annotate multiple texts simultaneously using specified ontologies with options to return longest matches and whole-word-only annotations.

Instructions

Process multiple texts for annotation efficiently

Input Schema

NameRequiredDescriptionDefault
longest_onlyNoReturn only longest matches (default: true)
ontologiesNoComma-separated ontology acronyms
textsYesArray of texts to annotate (max 10)
whole_word_onlyNoMatch whole words only (default: true)

Input Schema (JSON Schema)

{ "properties": { "longest_only": { "description": "Return only longest matches (default: true)", "type": "boolean" }, "ontologies": { "description": "Comma-separated ontology acronyms", "type": "string" }, "texts": { "description": "Array of texts to annotate (max 10)", "items": { "type": "string" }, "maxItems": 10, "minItems": 1, "type": "array" }, "whole_word_only": { "description": "Match whole words only (default: true)", "type": "boolean" } }, "required": [ "texts" ], "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