Skip to main content
Glama

send-email

Destructive

Compose and send emails through Outlook, with options to preview drafts using dry-run mode before sending.

Instructions

Compose and send an email. Use dryRun=true to preview without sending. Subject to rate limits and recipient allowlist when configured.

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.
Behavior4/5

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

The description adds valuable behavioral context beyond annotations by mentioning 'Subject to rate limits and recipient allowlist when configured', which are not covered by the annotations. Annotations already indicate destructiveHint=true and readOnlyHint=false, so the description does not contradict them but enhances understanding with operational constraints. It could improve by detailing error handling or response formats.

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 appropriately sized with two sentences that are front-loaded with the core purpose and followed by practical guidance. Every sentence earns its place by providing essential information without redundancy or unnecessary details, making it efficient and well-structured.

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's complexity with 8 parameters and annotations indicating destructiveHint=true, the description is mostly complete by covering purpose, usage tips, and behavioral constraints. However, without an output schema, it could benefit from mentioning what the tool returns (e.g., success status or preview data), slightly reducing completeness for a mutation tool.

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 description coverage is 100%, so the input schema fully documents all parameters. The description does not add extra meaning or syntax details for parameters beyond what the schema provides, such as explaining format specifics for 'body' or interactions between parameters. This meets the baseline for high schema coverage without additional 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 the verb 'compose and send' and the resource 'email', making the purpose specific and unambiguous. It distinguishes this from sibling tools like 'read-email' or 'search-emails' by emphasizing the sending action, which is not implied in those other tools.

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 clear context for usage with 'Use dryRun=true to preview without sending', offering practical guidance. However, it does not explicitly state when to use this tool versus alternatives like 'update-email' or 'search-emails', nor does it mention prerequisites or exclusions, leaving some room for improvement in sibling differentiation.

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