Skip to main content
Glama
Nam088

mcp-server-db

by Nam088

redis_mset

Set multiple Redis key-value pairs in one command to efficiently seed test data. Avoids overhead of individual set calls.

Instructions

Set multiple string keys to their values in a single command (e.g. for seeding test/sample data) — far more efficient than one redis_set call per key. Blocked when that connection's own readOnly mode is enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYesJSON object of key/value pairs to set, e.g. '{"user:1:name":"Alice","user:2:name":"Bob"}'
connectionIdNoId of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured.
Behavior4/5

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

The description discloses a key behavioral constraint—blocked when readOnly mode is enabled—which is critical for agents to know. No annotations exist, so the description must carry this burden. It does not detail other aspects like idempotency or error handling, but the provided constraint is valuable.

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?

Two sentences, no fluff. Purpose, use case, efficiency, and constraint are all conveyed succinctly. Front-loaded with the primary action and key differentiator.

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?

For a simple batch set operation, the description covers essential aspects: purpose, use case, efficiency, and a behavioral constraint. No output schema exists, so return value is not specified, but the tool's simplicity limits the need for extensive detail.

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 coverage is 100% with clear descriptions for both parameters. The tool description adds context (efficiency, use case) but does not provide additional parameter-specific semantics beyond the schema, so baseline 3 is appropriate.

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 the tool sets multiple string keys in a single command, with a specific use case (seeding test/sample data). It distinguishes from sibling tool redis_set by noting efficiency gains from batching.

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?

It explicitly recommends using this for efficiency over multiple redis_set calls, implying bulk operations. However, it does not explicitly mention when not to use this tool (e.g., for non-string values or non-batch needs), but the sibling context provides clear alternatives.

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/Nam088/mcp-database-server-v2'

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