Skip to main content
Glama
adamhancock

BullMQ MCP Server

by adamhancock

connect

Connect to a Redis instance for BullMQ job queue management, using URL, environment variable, or connection parameters.

Instructions

Connect to Redis instance. Can use REDIS_URL environment variable if set. When running in Docker, localhost will automatically redirect to host.docker.internal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbNoRedis database number (ignored if url is provided)
idYesConnection identifier
urlNoRedis URL (e.g., redis://user:pass@localhost:6379/0). If not provided, will use REDIS_URL env var or individual connection parameters.
hostNoRedis host (ignored if url is provided)localhost
portNoRedis port (ignored if url is provided)
passwordNoRedis password (ignored if url is provided)
Behavior2/5

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

No annotations exist, so the description must disclose all behavioral traits. It mentions automatic Docker redirection and env var usage, but fails to discuss side effects, error handling, or whether the connection is persistent. This is insufficient for a tool that establishes external connections.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the main action, and every sentence adds necessary context (env var, Docker). No redundant or irrelevant information.

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?

Given 6 parameters and no output schema, the description is too brief. It does not explain what the return value is, how to use the connection after connecting, or what happens on failure. The tool's role in the broader context (e.g., needed for other operations) is implied but not stated.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description does not add extra meaning beyond the schema; it only mentions the 'id' parameter implicitly. No additional parameter semantics are provided.

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 clearly states 'Connect to Redis instance' and provides additional context about env var and Docker behavior. It distinguishes itself from sibling tools like 'disconnect' and 'list_connections'.

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 gives no explicit guidance on when to use this tool versus others (e.g., disconnecting or listing connections). It implies usage as a first step but lacks 'when-to-use' or 'when-not-to-use' instructions.

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/adamhancock/bullmq-mcp'

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