get_study
Pack: cbioportal · Endpoint: https://gateway.pipeworx.io/cbioportal/mcp
Get full details for one cBioPortal cancer study by its study id (e.g. “brca_tcga_pub”, “glioma_mskcc_2019”), including description, cancer type, sample count, PMID, and citation.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
study_id | string | yes | cBioPortal study id, e.g. “brca_tcga_pub”. |
Example call
curl -X POST https://gateway.pipeworx.io/cbioportal/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_study","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cbioportal": {
"url": "https://gateway.pipeworx.io/cbioportal/mcp"
}
}
}
See Getting Started for client-specific install steps.