get_sample_list_id
Retrieve detailed sample list information for a specific study and sample list ID using the cBioPortal MCP Server. Simplify access to cancer genomics data for analysis and exploration.
Instructions
Get sample list information for a specific study and sample list ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sample_list_id | Yes | ||
study_id | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"sample_list_id": {
"title": "Sample List Id",
"type": "string"
},
"study_id": {
"title": "Study Id",
"type": "string"
}
},
"required": [
"study_id",
"sample_list_id"
],
"type": "object"
}