get_study_details
Retrieve comprehensive data for a specific cancer study from cBioPortal MCP Server. Input a study ID to access detailed genomic and clinical information.
Instructions
Get detailed information for a specific cancer study.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
study_id | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"study_id": {
"title": "Study Id",
"type": "string"
}
},
"required": [
"study_id"
],
"type": "object"
}