Skip to main content
Glama

cBioPortal MCP Server

by pickleton89

paginate_results

Paginate API query results to efficiently retrieve large datasets from cBioPortal's cancer genomics data, enabling manageable data exploration and analysis.

Instructions

Delegate to utils.pagination.paginate_results with api_client.

Input Schema

NameRequiredDescriptionDefault
endpointYes
json_dataNo
max_pagesNo
methodNoGET
paramsNo

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "endpoint": { "title": "Endpoint", "type": "string" }, "json_data": { "default": null, "title": "Json Data" }, "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