get_hpo_descendants
Retrieve all descendant terms for a given HPO term, navigating the ontology hierarchy downward.
Instructions
Get all descendant terms for a given HPO term (all terms lower in the hierarchy)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | HPO term ID (e.g., HP:0001234 or just 0001234) | |
| max | No | Maximum number of descendants to return (default: 50, max: 100) | |
| offset | No | Number of results to skip for pagination (default: 0) |