Skip to main content
Glama
mpalermiti

outlook-mcp

by mpalermiti

outlook_send_with_attachments

Send emails with file attachments, automatically handling files over 3MB via upload session. Supports CC, BCC, HTML body, importance, and reply-to.

Instructions

Send an email with file attachments; auto-switches to upload-session for files >3MB.

attachment_paths must be absolute paths to files that exist on the host. Pass reply_to to route replies to a different address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
subjectYes
bodyYes
attachment_pathsYes
ccNo
bccNo
is_htmlNo
importanceNonormal
reply_toNo
Behavior3/5

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

The description discloses an important behavioral trait: auto-switching to upload-session for files >3MB. With no annotations provided, this adds value. However, it does not cover other behavioral aspects such as error handling, rate limits, authentication requirements, or the nature of the operation (write).

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 very concise: two sentences and a code block. Every sentence adds value, and the most critical information (purpose, large-file handling, path constraint) is front-loaded.

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

Completeness2/5

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

The tool has 9 parameters, 4 required, and no output schema. The description provides only partial parameter guidance and does not describe return values, error scenarios, or any side effects. Given the complexity, the description is insufficient for an agent to use the tool correctly without additional information.

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 coverage is 0%, so the description must compensate. It adds meaningful context for 'attachment_paths' (must be absolute paths) and 'reply_to' (route replies). However, it does not explain the other 7 parameters (to, subject, body, cc, bcc, is_html, importance) beyond what the schema titles provide.

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 tool sends an email with file attachments, and adds specific behavioral context (auto-switch for large files). The name 'send_with_attachments' distinguishes it from siblings like 'outlook_send_message' or 'outlook_send_draft'.

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

Usage Guidelines3/5

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

The description mentions that attachment_paths must be absolute paths and reply_to is for routing replies, providing some usage guidance. However, it does not explicitly instruct when to use this tool over alternatives like 'outlook_send_message' or 'outlook_send_draft', nor does it specify prerequisites or exclusions.

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

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