Skip to main content
Glama
commune-dev

commune-mcp

Official
by commune-dev

send_email

Send email messages with HTML or plain text body, attachments, and thread support. Use inbox ID for automatic domain resolution.

Instructions

Send an email message.

Provide html or text (or both) for the body. To reply in an existing thread, pass thread_id. To attach files, first call upload_attachment, then pass the attachment IDs as a comma-separated string.

You only need inbox_id to send — the domain is inferred automatically.

Args: to: Recipient email address (for multiple, comma-separate) subject: Email subject line html: HTML body content text: Plain text body (fallback) from_address: Sender address (optional, uses inbox default) reply_to: Reply-to address (optional) thread_id: Reply within an existing thread (optional) inbox_id: Send from a specific inbox (recommended — domain is auto-resolved) domain_id: Send from a specific domain (optional, inferred from inbox_id) attachments: Comma-separated attachment IDs from upload_attachment (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
subjectYes
htmlNo
textNo
from_addressNo
reply_toNo
thread_idNo
inbox_idNo
domain_idNo
attachmentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must fully convey behavioral traits. It mentions that domain is inferred automatically from inbox_id and that both html and text can be supplied. However, it does not disclose potential rate limits, authentication prerequisites, or what happens on failure. Given the output schema exists, the description adequately covers basic behavior but lacks deeper insights.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, followed by brief usage notes, then an Args list. It is concise and structured, with each sentence serving a purpose. The Args list could be more compressed, but it is well-organized. No redundant information.

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?

Given the tool has 10 parameters and an output schema, the description covers key workflows: basic send, reply to thread, and attachments. It explains domain inference. It does not cover error handling or prerequisites like domain verification, but the output schema likely provides return structure. Overall, it is sufficiently complete for typical use cases.

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 input schema has 0% description coverage, so the description must compensate. The description includes an Args list that explains each parameter's role, e.g., 'to: Recipient email address (for multiple, comma-separate)', 'attachments: Comma-separated attachment IDs from upload_attachment'. This adds significant meaning beyond the raw schema. Some param details (e.g., format of thread_id) are not specified, but overall it is helpful.

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 'Send an email message.' as the primary action, which is a specific verb plus resource. It distinguishes itself from sibling tools (e.g., create_inbox, assign_thread) by focusing on sending email. The tool's unique function is immediately obvious.

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?

The description provides practical guidance on how to use the tool: it explains how to reply in a thread (pass thread_id), how to attach files (call upload_attachment first, then pass IDs), and that inbox_id is sufficient for domain inference. It does not explicitly state when not to use this tool, but given no sibling sends email, this is acceptable.

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/commune-dev/commune-mcp'

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