Skip to main content
Glama

BioOntology MCP Server

search_properties

Locate ontology properties by labels, IDs, or types across biological ontologies. Filter results by exact matches, definitions, or specific attributes to streamline ontology exploration and data integration.

Instructions

Search ontology properties by their labels and IDs

Input Schema

NameRequiredDescriptionDefault
also_search_viewsNoInclude ontology views (default: false)
includeNoAttributes to include (default: label,labelGenerated,definition,parents)
ontologiesNoComma-separated list of ontology acronyms
ontology_typesNoOntology types to include (e.g., ONTOLOGY,VALUE_SET_COLLECTION)
pageNoPage number (default: 1)
pagesizeNoResults per page (default: 50, max: 500)
property_typesNoProperty types (object,annotation,datatype)
queryYesSearch query for properties
require_definitionsNoOnly return properties with definitions (default: false)
require_exact_matchNoRequire exact match (default: false)

Input Schema (JSON Schema)

{ "properties": { "also_search_views": { "description": "Include ontology views (default: false)", "type": "boolean" }, "include": { "description": "Attributes to include (default: label,labelGenerated,definition,parents)", "type": "string" }, "ontologies": { "description": "Comma-separated list of ontology acronyms", "type": "string" }, "ontology_types": { "description": "Ontology types to include (e.g., ONTOLOGY,VALUE_SET_COLLECTION)", "type": "string" }, "page": { "description": "Page number (default: 1)", "minimum": 1, "type": "number" }, "pagesize": { "description": "Results per page (default: 50, max: 500)", "maximum": 500, "minimum": 1, "type": "number" }, "property_types": { "description": "Property types (object,annotation,datatype)", "type": "string" }, "query": { "description": "Search query for properties", "type": "string" }, "require_definitions": { "description": "Only return properties with definitions (default: false)", "type": "boolean" }, "require_exact_match": { "description": "Require exact match (default: false)", "type": "boolean" } }, "required": [ "query" ], "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