Skip to main content
Glama

OLS MCP Server

by seandavi
13
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_terms

Search for terms across ontologies using the OLS search API.

get_ontology_info

Get detailed information about a specific ontology.

search_ontologies

Search for available ontologies.

get_term_info

Get detailed information about a specific term.

get_term_children

Get direct children of a specific term.

Args: term_iri: The IRI of the term ontology: The ontology identifier include_obsolete: Include obsolete entities size: Maximum number of results

Returns: JSON formatted list of child terms

get_term_ancestors

Get ancestor terms (parents) of a specific term.

Args: term_iri: The IRI of the term ontology: The ontology identifier include_obsolete: Include obsolete entities size: Maximum number of results

Returns: JSON formatted list of ancestor terms

find_similar_terms

Find terms similar to the given term using LLM embeddings.

Args: term_iri: The IRI of the reference term ontology: The ontology identifier size: Maximum number of similar terms to return

Returns: JSON formatted list of similar terms

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