Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

collect_all_results

Retrieve and compile comprehensive paginated results from specified cBioPortal API endpoints for cancer genomics data analysis and exploration.

Instructions

Delegate to utils.pagination.collect_all_results with api_client.

Input Schema

NameRequiredDescriptionDefault
endpointYes
json_dataNo
limitNo
max_pagesNo
methodNoGET
paramsNo

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "endpoint": { "title": "Endpoint", "type": "string" }, "json_data": { "default": null, "title": "Json Data" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "max_pages": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Pages" }, "method": { "default": "GET", "title": "Method", "type": "string" }, "params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" } }, "required": [ "endpoint" ], "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