Back to catalog
Cortexa research tool·genomics·biothings
MyVariant Get Variant Annotation
Get detailed annotations for a specific variant by its HGVS ID (e.g., 'chr1:g.2186318G>A'). Returns information from dbSNP, ClinVar, CADD, and other sources.
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": {
"fields": {
"default": "dbsnp,clinvar,cadd,gnomad_genome,dbnsfp",
"description": "Fields to return. Useful fields: dbsnp, clinvar, cadd, gnomad_genome, gnomad_exome, dbnsfp (functional predictions).",
"type": "string"
},
"variant_id": {
"description": "HGVS variant ID (e.g., 'chr1:g.2186318G>A' or 'rs123').",
"type": "string"
}
},
"required": [
"variant_id"
],
"type": "object"
}Examples (1)
Default MyVariant Get Variant Annotation call
public-safeinput
{
"variant_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MyVariant_get_variant_annotation
- Tool name
- MyVariant_get_variant_annotation
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse