bc_get_chebi_terms_by_chemical
Search ChEBI ontology for biological terms related to a chemical or drug name, returning identifiers, labels, descriptions, and synonyms.
Instructions
Search OLS for ChEBI (Chemical Entities of Biological Interest) terms for a chemical or drug name.
Returns: dict: ChEBI terms with chebi_terms array containing id, label, description, synonyms or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Maximum number of results to return | |
| exact_match | No | Whether to perform exact match search | |
| chemical_name | Yes | Chemical or drug name to search for (e.g., 'aspirin', 'glucose') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||