Skip to main content
Glama

Redis MCP Server

Official
by redis

get_index_info

Retrieve schema and details of a Redis index using FT.INFO. Provide the index name to access specific index information or error messages for troubleshooting.

Instructions

Retrieve schema and information about a specific Redis index using FT.INFO.

Args: index_name (str): The name of the index to retrieve information about.

Returns: str: Information about the specified index or an error message.

Input Schema

NameRequiredDescriptionDefault
index_nameYes

Input Schema (JSON Schema)

{ "properties": { "index_name": { "title": "Index Name", "type": "string" } }, "required": [ "index_name" ], "title": "get_index_infoArguments", "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