Skip to main content
Glama

send-email

Destructive

Compose and send an email with optional preview and recipient validation. Supports dry-run mode to review before sending and checks for out-of-office, mailbox-full, or delivery restrictions.

Instructions

Compose and send an email immediately (destructive: sends external comms). Returns a confirmation with the saved-message id. Safety controls: dryRun: true returns the composed message for review without sending; checkRecipients: true runs get-mail-tips first to flag out-of-office / mailbox-full / delivery-restricted / external recipients; combine both for a full pre-send review. Subject to session rate limits (OUTLOOK_MAX_EMAILS_PER_SESSION env) and recipient allowlist (OUTLOOK_ALLOWED_RECIPIENTS env) when configured — calls outside the allowlist fail before any Graph request. For multi-step compose/review workflows prefer draft (action=createupdatesend) since drafts can be inspected in Outlook before sending. Comma-separated recipient strings or arrays both accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesComma-separated recipient email addresses
ccNoComma-separated CC email addresses
bccNoComma-separated BCC email addresses
subjectYesEmail subject
bodyYesEmail body (plain text or HTML)
importanceNoEmail importance (default: normal)
saveToSentItemsNoSave to sent items (default: true)
dryRunNoPreview email without sending (default: false). Returns composed email for review.
checkRecipientsNoCheck recipients for out-of-office, mailbox full, delivery restrictions before sending (default: false). Combine with dryRun=true for pre-send review.
Behavior5/5

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

Beyond annotations (destructiveHint: true), description explains that it sends external comms, subject to rate limits and recipient allowlist, and that calls outside allowlist fail before Graph request. Provides detailed safety control behavior.

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?

Single paragraph but well-structured with core purpose first. Contains multiple pieces of information but each is relevant. Could be slightly more concise, but overall effective.

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 9 parameters and no output schema, description covers safety, rate limits, allowlist, alternatives, parameter usage, and return value. Complete for an agent to invoke correctly.

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 has 100% coverage, so baseline is 3. Description adds value by explaining interaction of dryRun and checkRecipients, accepting both string and array inputs, and describing return value.

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 composes and sends an email immediately, notes it is destructive, and returns confirmation with an id. It distinguishes from sibling 'draft' by specifying that for multi-step workflows draft is preferred.

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 (immediate send with safety controls) and when not to (prefer draft for multi-step compose/review). Mentions alternatives like 'get-mail-tips' and provides specific usage for dryRun and checkRecipients.

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/littlebearapps/outlook-mcp'

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