Skip to main content
Glama
hasan-imam

mcp-outlook-applescript

by hasan-imam

send_email

Send an email through Outlook with optional CC, BCC, file attachments, inline images, and HTML formatting. Returns the sent message ID and timestamp.

Instructions

Send an email from Outlook with optional CC, BCC, file attachments, inline images, and HTML formatting. This action sends the email immediately and cannot be undone. Returns the sent message_id and sent_at timestamp. Use list_accounts to find account_id if sending from a non-default account. Returns an error if required fields (to, subject) are missing or if attachment file paths do not exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC recipient email addresses. If omitted, no CC recipients are added.
toYesRecipient email addresses (e.g., ["user@example.com"])
bccNoBCC recipient email addresses. If omitted, no BCC recipients are added.
bodyYesEmail body content — plain text or HTML depending on body_type
subjectYesEmail subject line (e.g., "Meeting follow-up")
reply_toNoReply-to email address. If omitted, replies go to the sender address.
body_typeNoBody content type: "plain" for text or "html" for rich formatting. Defaults to "plain" if omitted.plain
account_idNoAccount ID to send from (e.g., from list_accounts). If omitted, uses the default account.
attachmentsNoFile attachments to include. If omitted, no files are attached.
inline_imagesNoInline images for HTML body. If omitted, no inline images are included.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that sending is immediate and irreversible ('cannot be undone'), describes return values ('message_id and sent_at timestamp'), and specifies error conditions for missing required fields or invalid attachment paths. This covers the most critical behavioral aspects, though it omits potential details like authentication requirements or size limits.

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 four sentences, each serving a distinct purpose: capabilities, immediacy/irreversibility, return value, and error handling. It is front-loaded with the primary purpose and contains no filler or redundant rephrasing of the schema.

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?

Despite having 10 parameters, no annotations, and no output schema, the description provides essential context: purpose, side effects, return information, a cross-tool dependency, and error behavior. It does not exhaustively explain every parameter, but the schema compensates. The absence of details like rate limits or asynchronous behavior is a minor gap.

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?

The schema already covers 100% of parameters with rich descriptions, examples, and defaults, so the description adds limited parameter-level value. It does provide a useful pointer for account_id ('Use list_accounts to find account_id') and summarizes optional capabilities, but these are contextual rather than essential. The baseline of 3 is appropriate given high schema coverage.

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 begins with a specific verb-object pair 'Send an email from Outlook' and clearly enumerates supported features (CC, BCC, attachments, inline images, HTML). This unambiguously distinguishes it from sibling tools, none of which send email.

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 states the action sends immediately and cannot be undone, providing a clear caution. It also gives a direct prerequisite cross-reference: 'Use list_accounts to find account_id if sending from a non-default account.' It does not explicitly name alternative sending tools, but none exist among siblings, so the context is sufficiently clear.

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/hasan-imam/mcp-outlook-applescript'

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