Skip to main content
Glama

OLS MCP Server

by seandavi
13
  • Apple
  • Linux

search_terms

Search biological and medical ontologies for specific terms using the OLS API, enabling precise retrieval of relevant information for research and analysis.

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