Back to catalog
Cortexa research tool·genomics·clingen_ar
ClinGenAR Get External Records
Get detailed cross-references and external database records for a ClinGen canonical allele. Takes a ClinGen allele ID (CA ID) and returns links to ClinVar, dbSNP, COSMIC, gnomAD, ExAC, and other databases. Useful for finding all known database entries for a given variant. Example: CA000387 (TP53 R248Q) returns ClinVar variation IDs, COSMIC IDs, dbSNP rsIDs, and gnomAD allele frequencies.
Livelast probed 2026-04-30 23:07Z· 93msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 93ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"allele_id": {
"description": "ClinGen canonical allele ID. Examples: 'CA000387' (TP53 R248Q), 'CA006116' (BRCA1 variant). Use ClinGenAR_lookup_allele first to get the CA ID.",
"type": "string"
}
},
"required": [
"allele_id"
],
"type": "object"
}Examples (1)
Default ClinGenAR Get External Records call
public-safeinput
{
"allele_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ClinGenAR_get_external_records
- Tool name
- ClinGenAR_get_external_records
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse