Skip to main content
Glama

Upstash MCP Server

Official
by upstash

redis_database_get_usage_last_5_days

Retrieve precise command count and bandwidth usage statistics for an Upstash Redis database over the last 5 days. Specify the database ID to view detailed stats.

Instructions

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

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/upstash/mcp-server'

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