Skip to main content
Glama
hjerkic

gmail-mcp-server

by hjerkic

gmail_send_draft

Destructive

Send a previously saved draft through Gmail. Create the draft first, then use this action to deliver it permanently to the recipient's inbox.

Instructions

Send a previously created draft. This is a real, irreversible send.

There is no tool to send arbitrary text directly — a draft must be created first via gmail_create_draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
draft_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description explicitly flags 'real, irreversible send,' which adds meaningful warning beyond the destructiveHint=true annotation. It clarifies the irreversibility consequence, though it could add returning message ID or delivery confirmation context, but with the destructiveHint annotation present the bar is already well met.

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 short, tightly scoped sentences. Front-loaded with the core action, immediately followed by the key warning, then necessary workflow guidance. Zero filler or redundancy.

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 tool is simple (2 params, 1 required) and has an output schema, so the burden is reduced. The description covers the core action, the irreversible consequence, and the prerequisite workflow, giving the agent everything needed to safely invoke it. Minor gap: no explicit mention of error cases (e.g., sending an already-sent draft), but this is acceptable for a simple 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 0%, so the description must compensate. It does not document the draft_id parameter format or the account parameter at all. However, draft_id is self-explanatory and required; account is nullable with a default, and its semantics are intuitive given the Gmail domain. Baseline 3 applies as schema documents the parameters structurally.

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?

Clear verb+resource: 'Send a previously created draft.' Explicitly notes irreversibility. Strongly distinguishes from siblings by explaining there is no alternative that sends arbitrary text directly, differentiating from gmail_create_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 states the prerequisite workflow — a draft must be created via gmail_create_draft first, and that there is no tool for sending arbitrary text. This directly addresses when to use this tool and references the sibling alternative, making selection unambiguous.

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/hjerkic/gmail-mcp-server'

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