Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_genes

Retrieve detailed information about specific genes by their Hugo symbol or Entrez ID using the batch endpoint for cancer genomics analysis.

Instructions

Get information about specific genes by their Hugo symbol or Entrez ID using batch endpoint.

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