Skip to main content
Glama

Forward Email

email_forward

Forward an existing email to another recipient by loading the original content first. Use this to share a prior message while preserving context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email address(es) for the forwarded message.
textNoOptional introductory text to prepend before forwarded content.
agentIdYesAgent ID forwarding the email.
originalIdYesOriginal email ID being forwarded.
attachmentsNoOptional additional file attachments on the forward (max 20 entries, 25MB total). Original email's attachments are NOT auto-included — pass them explicitly if you want them forwarded.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
statusNo
messageIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and openWorldHint=true, covering mutation and external effects. The description adds the 'loading the original content first' step, which is useful behavioral context. It does not contradict annotations, but adds only minimal extra transparency beyond that.

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 concise sentences with no wasted words. The main action is front-loaded, and the use case is stated in the second sentence. Efficient and well-structured.

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?

The description is adequate for a straightforward forward operation. It explains the purpose and process, while the schema covers parameter details and the output schema handles return values. It does not explicitly address attachment behavior, but that is documented in the schema, so nothing critical is missing.

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%, with all five parameters documented in detail. The description does not add any parameter-specific meaning beyond what the schema provides, so it meets the baseline for fully covered schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Forward an existing email to another recipient'. It clearly conveys the action and object. However, it does not explicitly distinguish itself from siblings like email_reply or email_send, so it misses the top score for sibling differentiation.

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?

The phrase 'Use this to share a prior message while preserving context' gives a clear use case, but there is no explicit guidance on when not to use it or alternatives to consider. This is implied usage rather than explicit routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.