Back to catalog
Cortexa research tool·genomics·litvar
LitVar Get Variant Publications
Get PubMed publication IDs (PMIDs) that mention a specific genetic variant, from NCBI LitVar2. Requires the variant rsID. Returns a list of PubMed IDs and PMC IDs where the variant is mentioned. The max parameter controls the maximum number of PMIDs returned. Use LitVar_search_variants first to find variant rsIDs.
Livelast probed 2026-04-30 23:07Z· 97msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 97ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"format": {
"default": "json",
"description": "Response format (default 'json')",
"type": "string"
},
"max": {
"default": 50,
"description": "Maximum number of PMIDs to return (default 50)",
"type": "integer"
},
"rsid": {
"description": "dbSNP rsID of the variant (e.g., 'rs328', 'rs7903146', 'rs429358', 'rs80357906')",
"type": "string"
}
},
"required": [
"rsid"
],
"type": "object"
}Examples (1)
Default LitVar Get Variant Publications call
public-safeinput
{
"max": 1,
"rsid": "rs12345"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_LitVar_get_variant_publications
- Tool name
- LitVar_get_variant_publications
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse