Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_sample_list_id

Retrieve detailed sample list information for a specific study and sample list ID, enabling exploration of cancer genomics data on the cBioPortal MCP Server.

Instructions

Get sample list information for a specific study and sample list ID.

Input Schema

NameRequiredDescriptionDefault
sample_list_idYes
study_idYes

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pickleton89/cbioportal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server