Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_cancer_studies

Retrieve a paginated list of cancer studies from cBioPortal, enabling researchers to analyze and explore genomic data efficiently. Supports customizable sorting, filtering, and page size.

Instructions

Get a list of cancer studies in cBioPortal with pagination support.

Input Schema

NameRequiredDescriptionDefault
directionNoASC
limitNo
page_numberNo
page_sizeNo
sort_byNo

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "direction": { "default": "ASC", "title": "Direction", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "page_number": { "default": 0, "title": "Page Number", "type": "integer" }, "page_size": { "default": 50, "title": "Page Size", "type": "integer" }, "sort_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort By" } }, "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