Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

search_genes

Search for genes by keyword in their symbol or name with pagination, sorting, and limit options in cancer genomics data from cBioPortal.

Instructions

Search for genes by keyword in their symbol or name 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