Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_gene_panel_details

Retrieve detailed information and gene lists for a specific gene panel from cancer genomics data in cBioPortal MCP Server. Input the gene panel ID to access comprehensive data for analysis.

Instructions

Get detailed information for a specific gene panel, including the list of genes.

Input Schema

NameRequiredDescriptionDefault
gene_panel_idYes
projectionNoDETAILED

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "gene_panel_id": { "title": "Gene Panel Id", "type": "string" }, "projection": { "default": "DETAILED", "title": "Projection", "type": "string" } }, "required": [ "gene_panel_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