Back to catalog
Cortexa research tool·genomics·gnomad
Gnomad Get Sv Detail
Get detailed information for a specific gnomAD structural variant by its ID (e.g., DEL_chr17_24e4872b). Returns SV coordinates, type, length, population allele frequency, consequence, and filter status. Use gnomad_get_sv_by_gene or gnomad_get_sv_by_region to discover variant IDs first.
Livelast probed 2026-05-01 01:00Z· 212msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 212ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"variant_id": {
"description": "gnomAD structural variant ID (e.g., 'DEL_chr17_24e4872b', 'DUP_chr22_abc12345').",
"type": "string"
}
},
"required": [
"variant_id"
],
"type": "object"
}Examples (1)
Default Gnomad Get Sv Detail call
public-safeinput
{
"variant_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gnomad_get_sv_detail
- Tool name
- gnomad_get_sv_detail
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse