Back to catalog
Cortexa research tool·clinical·cancer_prognosis
CancerPrognosis Get Survival Data
Retrieve patient-level overall survival (OS) and disease-free survival (DFS) data from a TCGA or cBioPortal cancer study. Returns per-patient survival times, event status, and age. Data can be directly used with Survival_kaplan_meier or Survival_log_rank_test tools for custom survival analyses. Supports 33 TCGA cancer types (BRCA, LUAD, COAD, GBM, etc.) and 400+ cBioPortal studies.
Livelast probed 2026-04-30 23:07Z· 85msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 85ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cancer": {
"description": "TCGA cancer type abbreviation (e.g., 'BRCA', 'LUAD', 'COAD', 'GBM', 'COADREAD') or cBioPortal study ID (e.g., 'brca_tcga'). Use cancer_type as alias.",
"type": "string"
},
"cancer_type": {
"description": "Alias for cancer. TCGA cancer type abbreviation (e.g., 'BRCA', 'LUAD', 'COAD', 'GBM', 'COADREAD') or cBioPortal study ID.",
"type": "string"
},
"max_patients": {
"description": "Maximum number of patient records to return (default 500, max 2000)",
"type": [
"integer",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"get_survival_data"
],
"type": "string"
},
"study_id": {
"description": "Alias for cancer. cBioPortal study ID (e.g., 'brca_tcga', 'coadread_tcga', 'luad_tcga').",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default CancerPrognosis Get Survival Data call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CancerPrognosis_get_survival_data
- Tool name
- CancerPrognosis_get_survival_data
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse