search_ontologies
Search for biological and medical ontologies using the OLS API, enabling precise retrieval of ontology data for research and analysis.
Instructions
Search for available ontologies.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
search | No | ||
size | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"default": 0,
"title": "Page",
"type": "integer"
},
"search": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Search"
},
"size": {
"default": 20,
"title": "Size",
"type": "integer"
}
},
"type": "object"
}