Skip to main content
Glama

Redis Cloud API MCP Server

Official
by redis

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" }

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/redis/mcp-redis-cloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server