Skip to main content
Glama
Sendmux

Sendmux Email Inbox API + Sending

Official

Send Email Batch

sending_send_email_batch

Send multiple outbound emails in a single request. Supports HTML, plain text, attachments, CC/BCC, custom headers. Use only after user confirms each recipient and message.

Instructions

Use this to send multiple outbound emails in one request. For attachments, prefer uploaded attachment_id refs; avoid inline base64 except for tiny generated content. Use it only when the user confirms every recipient and message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messagesYesArray of email messages to send (max 100)
Idempotency-KeyNoOptional client-generated key to make the request idempotent for 24 hours. Replays under the same key return the cached response; a reused key with a different body returns 409 idempotency_conflict.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate non-read-only and open world. Description adds context that it sends outbound emails, which is basic. Additional behavioral details like rate limits, partial failure handling, or idempotency behavior are not disclosed.

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?

Three sentences, each essential: purpose, attachment guidance, confirmation requirement. No wasted words, front-loaded with core functionality.

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

Completeness5/5

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

Given the complexity and richness of the schema, the description covers key aspects: batch sending, attachment strategy, and user confirmation gate. Output schema exists, so return values need not be explained.

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?

Schema coverage is 100%, so descriptions in schema already explain parameters. The tool description adds value by advising on attachment usage (prefer attachment_id over inline base64), which aids agent decision-making.

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 multiple outbound emails in one request, using specific verbs and resources. It distinguishes from sibling tool 'sending_send_email' (single email) by emphasizing the batch nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Explicitly tells when to use (batch emails) and when not (requires user confirmation for every recipient and message). Also provides attachment best practices, differentiating inline base64 vs uploaded references.

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/Sendmux/sendmux-sdk'

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