Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

get_clinical_data

Retrieve clinical data for specific or all patient attributes in a study using pagination. Supports sorting, filtering, and customizable results via study ID on the cBioPortal MCP Server.

Instructions

Get clinical data for patients in a study with pagination support. Can fetch specific attributes or all.

Input Schema

NameRequiredDescriptionDefault
attribute_idsNo
directionNoASC
limitNo
page_numberNo
page_sizeNo
sort_byNo
study_idYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "attribute_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attribute Ids" }, "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