Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

search_studies

Find cancer studies by keyword in their name or description with pagination, sorting, and filtering options to explore genomic data and clinical information in cBioPortal.

Instructions

Search for cancer studies by keyword in their name or description with pagination support.

Input Schema

NameRequiredDescriptionDefault
directionNoASC
keywordYes
limitNo
page_numberNo
page_sizeNo
sort_byNo

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "direction": { "default": "ASC", "title": "Direction", "type": "string" }, "keyword": { "title": "Keyword", "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" } }, "required": [ "keyword" ], "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