Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_multiple_genes

Retrieve detailed information on multiple genes simultaneously within cancer genomics data from cBioPortal. Specify gene IDs and types to access summaries or comprehensive insights.

Instructions

Get information about multiple genes concurrently.

Input Schema

NameRequiredDescriptionDefault
gene_id_typeNoENTREZ_GENE_ID
gene_idsYes
projectionNoSUMMARY

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "gene_id_type": { "default": "ENTREZ_GENE_ID", "title": "Gene Id Type", "type": "string" }, "gene_ids": { "items": { "type": "string" }, "title": "Gene Ids", "type": "array" }, "projection": { "default": "SUMMARY", "title": "Projection", "type": "string" } }, "required": [ "gene_ids" ], "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