Skip to main content
Glama

rstreams_generate_consumer

Generate a Redis Streams consumer group in a specified project directory. Set up the consumer group code to start processing stream messages.

Instructions

Generate Redis Streams consumer group

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure, and it fails to meet it. 'Generate' implies a creation side effect, but it is unclear whether the tool mutates a live Redis server, writes files into the target directory, or both. It also does not state whether the operation is idempotent or whether the api_key parameter is required to authenticate against a Redis service.

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

Conciseness3/5

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

At five words, the description is maximally brief with zero filler, and the core resource is front-loaded. However, the brevity crosses into under-specification — the fragment lacks any scope or output detail that a generation tool's description should include. It is compact, but compactness here comes at the cost of substance.

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?

Despite having only two parameters and no output schema, the tool's purpose requires contextual grounding that is absent: no mention of target language, output artifact, Redis connection requirements, or relationship to rstreams_generate_producer. An agent cannot reliably predict what files or server state this tool produces. For a generation tool in a large sibling namespace, this description is too minimal to be complete.

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?

Schema description coverage is only 50%: directory has a minimal 'Project directory' description while api_key is entirely undocumented, and the description adds no parameter-level meaning. An agent cannot determine why api_key is needed or how directory relates to the generated consumer group. With coverage this low, the description should compensate for the schema gap but does not.

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

Purpose3/5

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

The description states a specific verb ('Generate') and a resource ('Redis Streams consumer group'), which helps distinguish it from siblings like rstreams_generate_producer and kafka_generate_consumer. However, it is ambiguous whether 'generate' means scaffolding application code, creating configuration, or provisioning a live consumer group on a Redis server. The agent is left to guess the deliverable, making the purpose only vaguely defined.

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?

The description provides no guidance on when to use this tool versus nearby alternatives such as rstreams_generate_producer, rstreams_add_processing, redis_setup_pubsub, or redis_setup_caching. There is no mention of prerequisites (e.g., an existing Redis Streams setup) or any exclusions. The agent must infer usage context entirely from the tool name and sibling list.

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/barnburner121/claude-plugin-marketplace'

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