Skip to main content
Glama

sendGmailEmail

Send email messages using a Gmail account, with optional reply-to-thread capability. Handles CC, BCC, and HTML body content.

Instructions

Sends an email directly through the user's Gmail account. Can optionally be sent as a reply to an existing thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient email address(es)
toYesRecipient email address(es)
bccNoBCC recipient email address(es)
bodyYesEmail body content (supports HTML)
subjectYesEmail subject line
threadIdNoThread ID if this is a reply to an existing conversation (automatically fetches Message-ID from last message)
inReplyToNoMessage-ID to reply to (overrides automatic fetch if threadId is provided)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only restates the core action and mentions optional reply capability, but does not disclose consequences like the email being immediately sent and irreversible, nor any permission or failure handling. This is insufficient for a mutation tool.

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?

The description consists of two concise sentences, with the core purpose front-loaded. Every sentence adds relevant information, making it efficient.

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?

With no annotations or output schema, the description is too brief. It omits important operational details such as whether the email is sent immediately, that the action is irreversible, and what a successful send returns. These gaps could lead to misuse or confusion.

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

Parameters4/5

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

The schema covers all 7 parameters with descriptions, so baseline is 3. The description adds value by explaining that threadId/inReplyTo enable replying to an existing thread, which is not fully captured by the parameter names alone.

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 tool sends an email via the user's Gmail account, using the specific verb 'Sends' and resource 'email'. It distinguishes itself from potential siblings like saveGmailDraft by emphasizing 'directly' sending rather than drafting.

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 for sending emails, but does not explicitly state when to use this tool versus alternatives such as saveGmailDraft, which is a notable sibling for drafts. It does provide context for replies via threadId, but no exclusions or alternative guidance.

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/grantanderson603-bit/mcp-0b583'

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