Back to catalog
Cortexa research tool·genomics·ensembl
Ensembl Get Variation Phenotypes
Get phenotype associations for a specific genetic variation. Returns detailed phenotype information including traits, studies, and effect sizes. Use this to understand the phenotypic consequences of a variant.
Livelast probed 2026-04-30 23:07Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"id": {
"description": "Variation ID (e.g., 'rs699'). Use ensembl_get_variants to find variant IDs in a genomic region.",
"type": "string"
},
"phenotypes": {
"default": 1,
"description": "Include phenotype associations (must be 1 for this tool)",
"type": "integer"
},
"species": {
"default": "human",
"description": "Species name (default 'human')",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}Examples (1)
Default Ensembl Get Variation Phenotypes call
public-safeinput
{
"id": "",
"phenotypes": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ensembl_get_variation_phenotypes
- Tool name
- ensembl_get_variation_phenotypes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse