Skip to main content
Glama
cunicopia-dev

gmail-mcp

create_draft

Draft a new email without sending it. Optionally reply to an existing message to keep the draft in the same thread, auto-filling recipients and subject.

Instructions

Create a draft email (not sent). Returns the draft id. Give reply_to_message_id to draft a reply that sits inside the original's thread: recipient, subject, In-Reply-To, References and the thread id are taken from that message, so 'to' and 'subject' become optional overrides. Without it, 'to' and 'subject' are required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toNo
bccNo
bodyYes
htmlNo
accountYesEmail address of the authorized Gmail account to act on.
subjectNo
from_addrNoFrom address for the draft, e.g. a shared alias like support@yourcompany.com. Must be a verified send-as alias on this account, otherwise Gmail rewrites it to the account address when the draft is sent. Defaults to the account address.
reply_allNoWith reply_to_message_id: put the original's other recipients in Cc.
reply_to_message_idNoGmail id of the message being answered; the draft joins its thread.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.7.0

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the burden, and it discloses the main non-obvious behaviors: the email is not sent, the reply carries recipient/subject/thread metadata from the original, and the call returns the draft id. It doesn't discuss failure modes or rate limits, but the key side effects are covered.

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 tight sentences, front-loaded with the primary purpose and return value, then the conditional reply behavior. No filler.

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 10-parameter tool with no output schema and no annotations, the description plus sparse schema leaves important gaps: body/cc/bcc/html are not explained, and the requiredness contradiction between description and schema could cause an agent to construct an invalid draft. The reply flow is well explained but the rest is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 40%, so the description must compensate. It adds useful conditional meaning for reply_to_message_id and the to/subject override, but it conflicts with the schema's required list by declaring 'to' and 'subject' required when schema only requires account and body, and it leaves body/html/cc/bcc semantics undocumented.

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 opens with a specific verb and object—'Create a draft email'—and adds the crucial '(not sent)' qualifier plus the return value ('Returns the draft id'). This clearly distinguishes the action from sending or list-only siblings.

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

Usage Guidelines4/5

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

It gives explicit conditional guidance: provide reply_to_message_id to draft a reply inside the original thread, and states when 'to' and 'subject' are required versus optional. It doesn't name alternative tools, but the draft-vs-send distinction supplies clear context.

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

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/cunicopia-dev/gmail-mcp'

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