Back to catalog
Cortexa research tool·genomics·ols
Ols Find Similar Terms
Find similar terms using LLM-based similarity
Livelast probed 2026-04-30 23:07Z· 110msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ontology": {
"description": "The ontology ID",
"type": "string"
},
"operation": {
"const": "find_similar_terms",
"description": "The operation to perform (find_similar_terms)",
"type": "string"
},
"size": {
"default": 10,
"description": "Number of similar terms to return (default: 10)",
"type": "integer"
},
"term_id": {
"description": "Alias for term_iri. Short-form ontology ID (e.g., GO:0008150) or full IRI.",
"type": "string"
},
"term_iri": {
"description": "The IRI of the term to find similar terms for",
"type": "string"
}
},
"required": [
"ontology"
],
"type": "object"
}Examples (1)
Default Ols Find Similar Terms call
public-safeinput
{
"ontology": "",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ols_find_similar_terms
- Tool name
- ols_find_similar_terms
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse