Back to catalog
Cortexa research tool·genomics·medgen
MedGen Get Clinical Features
Get HPO clinical features (phenotypes) associated with a genetic condition from NCBI MedGen. Returns feature names, HPO IDs, UMLS CUIs, and definitions. Useful for phenotype-driven diagnosis. Example: uid='41393' (cystic fibrosis) returns bronchiectasis, meconium ileus, male infertility, etc.
Livelast probed 2026-04-30 23:07Z· 89msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 89ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"concept_id": {
"description": "Alias for cui. UMLS CUI identifier (e.g., \"C0017205\" for Gaucher disease).",
"type": [
"string",
"null"
]
},
"cui": {
"description": "UMLS CUI (e.g., 'C0010674' for cystic fibrosis). Alternative to uid.",
"type": "string"
},
"uid": {
"description": "MedGen UID (e.g., '41393' for cystic fibrosis).",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default MedGen Get Clinical Features call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MedGen_get_clinical_features
- Tool name
- MedGen_get_clinical_features
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse