Skip to main content
Glama

Redis MCP Server

Official
by redis

xdel

Remove a specific entry from a Redis stream by specifying the stream key and entry ID. Confirm deletion or receive an error message.

Instructions

Delete an entry from a Redis stream.

Args: key (str): The stream key. entry_id (str): The ID of the entry to delete.

Returns: str: Confirmation message or an error message.

Input Schema

NameRequiredDescriptionDefault
entry_idYes
keyYes

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "title": "Entry Id", "type": "string" }, "key": { "title": "Key", "type": "string" } }, "required": [ "key", "entry_id" ], "title": "xdelArguments", "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'

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