Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_molecular_profiles

Retrieve molecular profiles for a specific cancer study with pagination, sorting, and limit options to streamline genomic data exploration.

Instructions

Get a list of molecular profiles available for a specific cancer study with pagination support.

Input Schema

NameRequiredDescriptionDefault
directionNoASC
limitNo
page_numberNo
page_sizeNo
sort_byNo
study_idYes

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" }, "study_id": { "title": "Study Id", "type": "string" } }, "required": [ "study_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