Skip to main content
Glama
org-mobicycle-ee

Cloudflare Email MCP Server

email_transfer_folders

Transfer emails from approved IMAP folders to their mapped Cloudflare KV namespaces. Supports filtering by folder, date, and dry-run simulation.

Instructions

Transfer emails from approved IMAP folders to their mapped KV namespaces

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax emails to process per folder
sinceNoISO date string - only process emails since this date
dry_runNoSimulate without storing
foldersNoSpecific folders to process (if empty, processes all approved folders)
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects and constraints. It does not mention whether the transfer is a copy or move, what 'approved' or 'mapped' means, or any potential destructive behavior, leaving the agent without critical safety information.

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 a single concise sentence that front-loads the action and resource. It contains no redundant words and is easily scanned.

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 bulk transfer tool with no output schema and no annotations, the description is too sparse. It lacks information about return values, error conditions, the mapping mechanism, or what happens to source emails, leaving significant gaps for an agent to infer.

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% for all four parameters, so the baseline is 3. The description adds no extra parameter semantics beyond the schema, but it is not required to compensate given the high coverage.

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 a specific verb ('Transfer'), resource ('emails'), and target ('KV namespaces'), and it distinguishes itself from sibling tools like kv_key_get and email_folder_stats by describing a bulk transfer action rather than individual operations.

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 guidance is given about when to use this tool instead of alternatives such as individual kv_key_put calls or email_folder_stats. The description only states what the tool does, not the context or exclusions.

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