Skip to main content
Glama
redis

Redis MCP Server

Official
by redis

search_redis_documents

Search Redis documentation and knowledge base to find information on concepts, data structures, features, and use cases including caching, session management, and semantic search.

Instructions

Search Redis documentation and knowledge base to learn about Redis concepts and use cases.

This tool exposes updated and curated documentation, and must be invoked every time the user wants to learn more in areas including:

Common Use Cases:

  • Session Management: User session storage and management

  • Caching: Application-level and database query caching

  • Rate Limiting: API throttling and request limiting

  • Leaderboards: Gaming and ranking systems

  • Semantic Search: AI-powered similarity search

  • Agentic Workflows: AI agent state and memory management

  • RAG (Retrieval-Augmented Generation): Vector storage for AI applications

  • Real-time Analytics: Counters, metrics, and time-series data

  • Message Queues: Task queues and job processing

  • Geospatial: Location-based queries and proximity search

Args: question: The question about Redis concepts, data structures, features, or use cases

Returns: Union[List[Dict[str, Any]], Dict[str, Any]]: A list of documentation results from the API, or a dict with an error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that the tool returns a list of documentation results or an error dict, and implies a read-only operation. No side effects or destructive behavior are indicated, which is accurate for a search tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and includes a structured list of use cases. It is appropriately detailed without being verbose, though the bullet list could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, use cases, parameter description, and return type (with output schema present). It lacks detail on limits like max results or pagination, but is largely complete for a knowledge base search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. The Args section explains the 'question' parameter as 'The question about Redis concepts, data structures, features, or use cases', adding crucial semantic context beyond the schema's type-only definition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool searches Redis documentation and knowledge base, and lists specific use cases (e.g., Session Management, Caching, Rate Limiting). It clearly distinguishes from sibling tools which are all data manipulation operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'must be invoked every time the user wants to learn more' and enumerates use cases, providing clear context for when to use. It does not explicitly mention when not to use, but the sibling context makes it clear this is for learning vs. data operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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