Skip to main content
Glama
nabheet

google-services-mcp

by nabheet

Send email

google_gmail_send

Send email messages from a connected Google account by specifying recipient, subject, and body. Supports optional CC, BCC, and text or HTML body format.

Instructions

Send an email from the connected account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient(s).
toYesRecipient email(s).
bccNoBCC recipient(s).
bodyYesMessage body.
accountNoAccount nickname to use.
subjectYesSubject line.
bodyTypeNoBody format (default text).
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action without explaining side effects, how accounts are resolved, what happens on success or failure, or rate limits. For a sender tool, this is a significant gap.

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 is a single, front-loaded sentence that conveys the core action without waste. It is appropriately sized for a straightforward tool.

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?

The tool has 7 parameters, no output schema, and no annotations. The description only gives a high-level action and omits important context such as return value, account selection behavior, body format handling, and failure modes. For the tool's complexity, the description is underspecified.

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?

All seven parameters are described in the schema (100% coverage), and the description itself adds no extra parameter-level details. This is the baseline for high schema coverage; the description neither enhances nor detracts from parameter understanding.

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 action ('Send') and resource ('an email') with the context 'from the connected account,' which distinguishes it from sibling Gmail tools like google_gmail_list (listing emails) or google_gmail_reply (replying to an existing email).

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 wording implies this tool is for composing and sending new emails, and the existence of google_gmail_reply hints at an alternative for replies, but the description does not explicitly state when to use this versus alternatives, nor does it provide any exclusions or prerequisites.

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/nabheet/google-services-mcp'

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