Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

create_forward_draft

Create a forward draft from an existing email, pre-filling the original message as quoted content for review before sending. Returns a draft ID for later update or send.

Instructions

Create a forward draft for an existing email, pre-filling the original message as quoted body. Use when you have an emailId and want to stage a forward for review before sending. Prefer forward_email to send immediately without saving. Returns a draftId for later update or send via send_draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailIdYesOriginal email id.
toYesForward recipient list, comma-separated.
bodyNoOptional message before the forwarded content.
isHtmlNoStore body as HTML.
ccNoCC recipients, comma-separated.
bccNoBCC recipients, comma-separated.
notesNoOptional local note for the draft.
syncToRemoteNoWhether to sync the draft to the Proton Drafts mailbox when IMAP is available.
attachmentsNoAttachments with base64 encoded content.
Behavior5/5

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

Describes behavioral trait: pre-fills original message as quoted body, returns a draftId for later actions. No annotations provided, but description fully covers behavior and lifecycle.

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 sentences, front-loaded with main purpose, then usage guidance and return value. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 9 parameters and no output schema, the description explains the draft creation flow, return value, and relationship to siblings, making it complete enough for agent invocation.

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%, so baseline is 3. Description adds minimal parameter-specific detail beyond schema, but mentions required fields emailId and to.

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?

Clearly states 'Create a forward draft for an existing email' with specific verb and resource. Distinguishes from siblings like forward_email and send_draft.

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?

Explicitly says 'Use when you have an emailId and want to stage a forward for review before sending' and 'Prefer forward_email to send immediately without saving.' Provides clear when-to-use and 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/googlarz/proton-mail-bridge-client'

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