Skip to main content
Glama
japan08

multi-gmail-mcp

by japan08

Send one approved new outbound email

send_new

Send a new email for campaigns or cold outreach. Requires recipient and subject; supports HTML body and optional thread ID to continue an existing thread.

Instructions

Send one approved new email. Use for campaigns and cold outreach — no messageId. Optional threadId from a prior send to add the next message in the same Gmail thread (campaign email 2+). Requires to and subject; German/Unicode subjects are RFC 2047–encoded automatically. Provide body with format text/html for HTML campaigns (default text/plain). Legacy htmlBody still supported. Never run without explicit approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
threadIdNo
subjectYes
bodyNo
htmlBodyNo
formatNotext/plain
ccNo
bccNo
accountAliasNo
chatScopeNo
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses approval requirement, auto-encoding of subjects, support for HTML format and legacy htmlBody, and threading behavior. Lacks details on error handling or rate limits but covers key traits for a send operation.

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?

Single paragraph with clear logical flow: purpose, use case, requirements, encoding, body format, legacy support, safety warning. Front-loaded and no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers core aspects (purpose, key parameters, threading, approval) but misses details on less common parameters (cc, bcc, accountAlias, chatScope) and does not mention return value. For a 10-parameter tool with no output schema, description is moderately 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 0%, so description must compensate. Adds meaning for required parameters (to, subject), body/format/htmlBody, and threadId. Does not explain cc, bcc, accountAlias, or chatScope. Partial compensation but not comprehensive.

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 it sends a new email (not a reply) for campaigns and cold outreach, distinguishes from siblings by specifying 'no messageId' and mentioning threadId for chaining, which contrasts with a typical reply tool.

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?

Explicitly states when to use (campaigns, cold outreach) and when not to (explicit approval required). Gives context for threadId usage. Does not explicitly name sibling tools but implies when not to use via 'no messageId'.

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/japan08/MCP-server'

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