Back to catalog
Cortexa research tool·genomics·EFO
Ols Search Efo Terms
Search EFO terms (OLS v4). Use this to find term IRIs and OBO IDs for a concept, then pass the `iri` (or `obo_id`) into `ols_get_efo_term` / `ols_get_efo_term_children`. Example: search for 'diabetes mellitus' to discover `obo_id` like 'EFO:0000400' and `iri` like 'http://www.ebi.ac.uk/efo/EFO_0000400'.
Livelast probed 2026-05-01 01:00Z· 1522msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1522ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"query": {
"description": "Search query (free text).",
"type": "string"
},
"rows": {
"default": 10,
"description": "Maximum number of results to return.",
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Ols Search Efo Terms call
public-safeinput
{
"query": "BRCA1",
"rows": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ols_search_efo_terms
- Tool name
- ols_search_efo_terms
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse