Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_gene_panel_details

Retrieve comprehensive gene panel details, including gene lists, for cancer genomics analysis using inputs like gene panel ID and projection type. Access via cBioPortal MCP Server.

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