get_term_info
Retrieve detailed information about biological and medical terms using the Ontology Lookup Service (OLS) API, enabling accurate data access for AI assistants.
Instructions
Get detailed information about a specific term.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}