bc_search_ontology_terms
Search for ontology terms across multiple ontologies in OLS. Filter results by ontology IDs or use exact match to refine searches.
Instructions
Search for terms across multiple ontologies in OLS. Use get_available_ontologies() first to discover ontologies.
Returns: dict: Terms array, terms_by_ontology grouped results, total_results, ontologies_found list or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Maximum number of results to return | |
| ontologies | No | Comma-separated ontology IDs (e.g., 'efo,go,chebi'). Leave empty for all. Use get_available_ontologies() to see options | |
| exact_match | No | Whether to perform exact match search | |
| search_term | Yes | Term to search for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||