bc_get_term_details
Retrieve comprehensive details for an ontology term, including definition, synonyms, and hierarchical relationships, using its term ID and ontology.
Instructions
Get comprehensive details about a specific ontology term including definition, synonyms, hierarchical relationships.
Returns: dict: Term details with id, label, definition, synonyms, hierarchical info, num_descendants or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_id | Yes | Term ID in CURIE format (e.g., 'EFO:0000001', 'GO:0008150') | |
| ontology_id | Yes | Ontology ID where the term is defined (e.g., 'efo', 'go', 'chebi') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||