Redis Cloud API MCP Server

Official

get-essential-subscriptions

Retrieve essential subscriptions for your Redis Cloud account using paginated results. Specify page and size parameters to access all subscriptions efficiently.

Instructions

Get the essential subscriptions for the current Cloud Redis account. A paginated response is returned, and to get all the essential subscriptions, the page and size parameters must be used until all the essential subscriptions are retrieved.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 0, "description": "Page number", "type": "number" }, "size": { "default": 10, "description": "Page size", "type": "number" } }, "required": [], "type": "object" }
ID: y2i464x437