get_ontology_info
Retrieve detailed information about a specific ontology using the Ontology Lookup Service (OLS) API to support accurate biological and medical data retrieval.
Instructions
Get detailed information about a specific ontology.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ontology_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ontology_id": {
"title": "Ontology Id",
"type": "string"
}
},
"required": [
"ontology_id"
],
"type": "object"
}