Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

move_email

Move a single email to any specified mailbox folder. Use after retrieving folder paths with get_folders.

Instructions

Move a single email to any specified mailbox folder. Use when routing a message to a custom folder. Prefer archive_email to move to the standard Archive folder, or trash_email to move to Trash. Use get_folders first to confirm the target folder path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailIdYesComposite email id in FOLDER::UID format, as returned by get_emails or search_emails.
targetFolderYes
Behavior3/5

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

Annotations already indicate destructiveHint=false, so the description adds limited behavioral context beyond the operation being a move. It does not describe side effects, reversibility, or what happens to the original email, but the non-destructive annotation covers the main concern.

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?

Three short sentences with each adding distinct value: action description, usage guidance, and prerequisite hint. No redundant or filler content.

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 mutation tool with no output schema, the description covers the operation, usage context, and prerequisite. Could optionally mention success indicator or return value, but the information provided suffices for agent decision-making.

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 50%: emailId is described, targetFolder is not. The description mentions 'specified mailbox folder' but does not clarify the required format or path syntax for targetFolder. It recommends get_folders but doesn't explain how to use its output. Baseline 3 is appropriate given partial coverage, but description could add more value.

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 uses specific verb-resource pair 'Move a single email' and specifies the target 'any specified mailbox folder'. It clearly distinguishes from siblings by naming archive_email and trash_email as alternatives for standard folders.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use this tool ('routing a message to a custom folder') and when to prefer alternatives ('archive_email to move to the standard Archive folder, or trash_email to move to Trash'). Also advises prerequisite step 'Use get_folders first to confirm the target folder path.'

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/googlarz/proton-mail-bridge-client'

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