Skip to main content
Glama

OLS MCP Server

by seandavi
15
  • Apple
  • Linux

search_terms

Search and retrieve biological and medical ontology terms using the OLS API. Specify queries, filter by ontology, and customize results for precise term matching and relevance.

Instructions

Search for terms across ontologies using the OLS search API.

Input Schema

NameRequiredDescriptionDefault
exact_matchNo
include_obsoleteNo
ontologyNo
queryYes
rowsNo

Input Schema (JSON Schema)

{ "properties": { "exact_match": { "default": false, "title": "Exact Match", "type": "boolean" }, "include_obsolete": { "default": false, "title": "Include Obsolete", "type": "boolean" }, "ontology": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ontology" }, "query": { "title": "Query", "type": "string" }, "rows": { "default": 10, "title": "Rows", "type": "integer" } }, "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/seandavi/ols-mcp-server'

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