Skip to main content
Glama

Redis MCP Server

Official
by redis

type

Identifies the data type of a specific key in Redis, returning its string representation to clarify whether it's a string, list, set, or other type.

Instructions

Returns the string representation of the type of the value stored at key

Args: key (str): The key to check.

Returns: str: The type of key, or none when key doesn't exist

Input Schema

NameRequiredDescriptionDefault
keyYes

Input Schema (JSON Schema)

{ "properties": { "key": { "title": "Key", "type": "string" } }, "required": [ "key" ], "title": "typeArguments", "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