Skip to main content
Glama
org-mobicycle-ee

Cloudflare Email MCP Server

kv_keys_bulk_get

Retrieve values for multiple keys from a Cloudflare KV namespace in one bulk request, reducing API calls and speeding up data retrieval.

Instructions

Get values for multiple keys from a KV namespace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYesArray of keys (max 100)
namespace_idYesKV namespace ID
Behavior2/5

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

No annotations provided, so description must carry behavioral transparency. It only states 'get values' without disclosing missing-key behavior, error handling, namespace validation, or response structure.

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?

Single sentence, front-loaded, with no filler. Communicates core operation efficiently.

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?

Minimal tool with no output schema and no annotations; description omits return value details, edge cases (e.g., missing keys, partial failures), and any prerequisites. Inadequate for agent to fully predict invocation outcome.

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 provides 100% parameter descriptions for namespace_id and keys, so description adds little. It does clarify the tool works with multiple keys but adds no semantics beyond schema.

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?

Clear verb ('Get') + specific resource ('multiple keys from a KV namespace'). Distinguishes from sibling kv_key_get by explicitly indicating bulk operation.

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

Usage Guidelines3/5

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

Description implies bulk retrieval use case but doesn't explicitly state when to use over kv_key_get or alternatives. No exclusions or alternative guidance.

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/org-mobicycle-ee/cloudflare-email-mcp'

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