Skip to main content
Glama
salahawad

outlook-personal-mcp

by salahawad

reply

Send a response to an email message by providing the message ID and comment. Optionally address the response to all participants.

Instructions

Reply to a message (set reply_all to reply to everyone).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentYes
reply_allNo
message_idYes
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, but the description itself does not disclose key behavioral traits such as whether the reply is sent immediately or creates a draft, or what side effects occur. The minimal text adds little beyond the annotations.

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?

The description is very short and front-loaded, with no unnecessary filler. The parenthetical is slightly awkward but overall the text is concise and efficient.

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?

With no output schema, three schema parameters, and zero param descriptions, the description is too thin to be complete. It does not explain return values, the effect of the reply, or the role of message_id, leaving the agent with significant ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It only explains the reply_all parameter, leaving message_id and comment without any clarifying context. This is insufficient for a tool with three parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function as 'Reply to a message' with a specific verb and resource. It also adds a brief note about the reply_all parameter, but it does not explicitly distinguish this tool from siblings like forward or send_mail, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as forward or send_mail. The parenthetical about reply_all is more of a parameter behavior note than usage guidance. There is no mention of prerequisites or excluded scenarios.

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

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