Upstash MCP Server

Official

redis_database_get_usage_last_5_days

Get PRECISE command count and bandwidth usage statistics of an Upstash redis database over the last 5 days. This is a precise stat, not an average. NOTE: Ask user first if they want to see stats for each database seperately or just for one.

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of your database.

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of your database.", "type": "string" } }, "required": [ "id" ], "type": "object" }