Back to catalog
Cortexa research tool·drug discovery·cpic
CPIC List Guidelines
List all CPIC pharmacogenomic guidelines. Returns ~29 evidence-based guidelines (count may vary as guidelines are added/updated) for using pharmacogenomic test results to optimize drug therapy. Each guideline covers one or more gene-drug pairs with specific dosing recommendations based on genotype/phenotype. Includes guideline ID, name, URL, associated genes, and PharmGKB IDs. Use the returned guideline ID with CPIC_get_recommendations to retrieve specific dosing recommendations.
Livelast probed 2026-04-30 23:07Z· 436msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 436ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"drug": {
"description": "Filter by drug name (e.g., 'codeine', 'warfarin', 'clopidogrel'). Case-insensitive substring match against drug names in the guideline.",
"type": "string"
},
"drug_name": {
"description": "Alias for drug.",
"type": "string"
},
"gene": {
"description": "Filter by gene symbol (e.g., CYP2D6, TPMT). Returns only guidelines involving this gene.",
"type": "string"
},
"gene_symbol": {
"description": "Alias for gene. Filter by gene symbol (e.g., CYP2D6, TPMT).",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default CPIC List Guidelines call
public-safeinput
{
"gene": "BRCA1",
"gene_symbol": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CPIC_list_guidelines
- Tool name
- CPIC_list_guidelines
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse