Skip to main content
Glama
minivv

Redis MCP Server

update_command_blacklist

Update command blacklist configuration to enable or disable the blacklist and manage patterns of commands to block or allow.

Instructions

Update the command blacklist configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNo
patternsNo
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It only states 'Update the command blacklist configuration' without explaining the nature of the update (e.g., whether it replaces the entire configuration, merges changes, or has side effects). This lack of detail leaves agents uncertain about the tool's behavior.

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 extremely concise—a single sentence with no wasted words. It is front-loaded with the most important information (verb and resource). However, its brevity sacrifices explanatory depth.

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

Completeness2/5

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

For a mutation tool with two parameters and no output schema, the description is too minimal. It does not explain the scope of the update (e.g., whether it affects all settings or specific ones), the return value, or any side effects. The tool's context suggests a configuration management function, but the description fails to provide a complete picture.

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

Parameters2/5

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

The input schema has 0% description coverage, meaning the description must compensate. However, it provides no explanation of the 'enabled' and 'patterns' parameters beyond their names. While the names are somewhat self-explanatory, the description does not add any meaning about how they are used or interact, which is insufficient given the lack of schema descriptions.

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

Purpose4/5

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

The description states a specific verb ('Update') and resource ('command blacklist configuration'), making the tool's purpose reasonably clear. However, it does not differentiate from sibling tools like 'reset_command_blacklist' or 'get_command_blacklist', which could cause confusion about the specific scope of the update.

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not indicate when to use this tool over alternatives (e.g., when to update vs. reset), nor does it mention any prerequisites or context for using the tool.

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

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