Back to catalog
Cortexa research tool·genomics·dbsnp
Dbsnp Search By Gene
Search for variants in a specific gene. Returns variants associated with the gene symbol.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_symbol": {
"description": "Gene symbol (e.g., 'BRCA1', 'TP53', 'APOE')",
"type": "string"
},
"limit": {
"default": 20,
"description": "Maximum number of results to return",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"gene_symbol"
],
"type": "object"
}Examples (1)
Default Dbsnp Search By Gene call
public-safeinput
{
"gene_symbol": "BRCA1",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_dbsnp_search_by_gene
- Tool name
- dbsnp_search_by_gene
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse