Redis Cloud API MCP Server

Official

get-essentials-plans

Retrieve available essential subscription plans for Redis Cloud by provider (AWS, GCP, AZURE) using paginated responses. Specify page and size parameters to fetch all plans efficiently.

Instructions

Get the available plans for essential subscriptions. Always ask for which provider the plans are want to be retrieved. A paginated response is returned, and to get all the plans, the page and size parameters must be used until all the plans are retrieved.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
providerYesProvider name.
redisFlexNoRedis Flex
sizeNoPage size

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 0, "description": "Page number", "type": "number" }, "provider": { "description": "Provider name.", "enum": [ "AWS", "GCP", "AZURE" ], "type": "string" }, "redisFlex": { "default": false, "description": "Redis Flex", "type": "boolean" }, "size": { "default": 10, "description": "Page size", "type": "number" } }, "required": [ "provider" ], "type": "object" }
ID: y2i464x437