Skip to main content
Glama

OLS MCP Server

by seandavi
13
  • Apple
  • Linux

search_ontologies

Enables users to query and retrieve ontologies from biological and medical domains using the Ontology Lookup Service (OLS) API, supporting precise search and paginated results.

Instructions

Search for available ontologies.

Input Schema

NameRequiredDescriptionDefault
pageNo
searchNo
sizeNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 0, "title": "Page", "type": "integer" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "size": { "default": 20, "title": "Size", "type": "integer" } }, "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/seandavi/ols-mcp-server'

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