find_similar_terms
Identify terms similar to a given term using LLM embeddings on the OLS MCP Server. Input term IRI and ontology to retrieve a JSON list of related terms for enhanced ontology exploration.
Instructions
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
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ontology | Yes | ||
size | No | ||
term_iri | Yes |