Skip to main content
Glama
dipseth

google-workspace-unlimited

Draft Gmail Forward

draft_gmail_forward

Create a draft forward of a Gmail message with full HTML formatting preservation. Add optional custom body and specify recipients.

Instructions

Create a draft forward of a Gmail message with HTML formatting preservation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipients (optional)
toNoRecipient email address(es)myself
bccNoBCC recipients (optional)
bodyNoOptional additional message body to add before the forwarded content. Usage depends on content_type: 'plain' = plain text only, 'html' = HTML content, 'mixed' = plain text (HTML in html_body)
html_bodyNoHTML content when content_type='mixed'. This will be added before the forwarded HTML content. Ignored for 'plain' and 'html' types
message_idYesThe ID of the Gmail message to create a forward draft for. This will include the original message content and headers
content_typeNoContent type: 'plain' (converts original HTML to text), 'html' (preserves HTML formatting), 'mixed' (both plain and HTML versions - recommended)mixed
user_google_emailNoUse 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
subjectNo
successYes
draft_idNo
userEmailYes
content_typeYes
forwarded_toNo
cc_recipientsNo
to_recipientsNo
bcc_recipientsNo
html_preservedNo
original_message_idYes
Behavior2/5

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

Annotations already indicate mutation (readOnlyHint=false). Description adds only 'HTML formatting preservation', but omits details like that it creates a draft in user's Gmail drafts folder, requires specific permissions, or that it does not send the message. No mention of idempotency or side effects beyond what schema covers.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, 12 words, no filler. Efficient but could include brief context without harming conciseness (e.g., 'Creates a draft (not sent) forward...'). Still well above average.

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?

Despite 8 parameters and output schema, description is too minimal. Lacks high-level context like the draft appearing in Gmail, that it does not send, or when to use different content_type values. Schema and output schema cover details, but description should frame the operation.

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%, so baseline is 3. Description adds marginal value by hinting at content_type importance via 'HTML formatting preservation', but does not elaborate on other parameters beyond what schema provides.

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?

Description clearly states the action ('Create a draft forward') and the resource ('a Gmail message'), with a specific feature ('HTML formatting preservation'). Distinguishes from siblings like 'forward_gmail_message' (which sends) and 'draft_gmail_reply' (which replies) by focusing on forward draft creation.

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 on when to use this tool over alternatives (e.g., 'forward_gmail_message' for sending, 'draft_gmail_reply' for replies). Agent must infer from name alone; no explicit context about prerequisites or when drafting is preferred.

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/dipseth/google_workspace_fastmcp2'

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