Back to catalog
Cortexa research tool·genomics·ols
Ols Search Terms
Search for terms in OLS (Ontology Lookup Service)
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"exact_match": {
"default": false,
"description": "Search for exact matches only (default: false)",
"type": "boolean"
},
"include_obsolete": {
"default": false,
"description": "Include obsolete terms (default: false)",
"type": "boolean"
},
"limit": {
"description": "Alias for rows. Maximum number of results to return (default: 10, max: 100).",
"type": [
"integer",
"null"
]
},
"ontology": {
"description": "Filter by specific ontology (optional)",
"type": "string"
},
"operation": {
"const": "search_terms",
"description": "The operation to perform (search_terms)",
"type": "string"
},
"query": {
"description": "The search query for terms",
"type": "string"
},
"rows": {
"default": 10,
"description": "Number of results to return (default: 10). Alias: size.",
"type": "integer"
},
"size": {
"default": 10,
"description": "Alias for rows. Number of results to return (default: 10).",
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Ols Search Terms call
public-safeinput
{
"exact_match": false,
"include_obsolete": false,
"query": "BRCA1",
"rows": 1,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ols_search_terms
- Tool name
- ols_search_terms
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse