Skip to main content
Glama
arkaigrowth

Gmail MCP Server

by arkaigrowth

gmail_confirm_send

Confirm and send a staged email draft by providing the 16-character hex confirmation code. Code expires after 60 seconds.

Instructions

Confirm and send a previously staged draft. Code expires after 60 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoEmail or alias (uses active account if omitted)
confirmation_codeYesThe 16-character hex confirmation code from gmail_send_draft
Behavior3/5

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

No annotations exist, so the description carries the burden. It discloses the 60-second code expiration and implies mutation (sending), but does not detail side effects, irreversibility, or account behavior.

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 sentences provide essential information without excess. Ideal length for a confirmation step.

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 adequately covers the action and code expiration, but lacks details on post-confirmation state (e.g., draft becomes sent message) or success/failure indicators. Still, given no output schema, it is fairly complete.

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 the description adds minimal value beyond restating that the code comes from gmail_send_draft. The 60-second expiration is a code property, not parameter-specific.

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 clearly states the verb 'Confirm and send' and the resource 'previously staged draft', differentiating it from sibling tools like gmail_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 Guidelines3/5

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

The description implies usage after staging a draft, but does not explicitly state when to use or avoid this tool, nor mention alternatives beyond the implicit two-step process.

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

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