get_hpo_ancestors
Retrieve all ancestor terms for any HPO term, navigating the phenotype hierarchy to find higher-level terms using the term ID.
Instructions
Get all ancestor terms for a given HPO term (all terms higher 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 ancestors to return (default: 50) | |
| offset | No | Number of results to skip for pagination (default: 0) |