outlook_email_action
Mark Outlook email read/unread, archive, or trash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| messageId | Yes |
Mark Outlook email read/unread, archive, or trash.
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| messageId | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It lists action names but doesn't disclose side effects (e.g., archiving moves the email, trash may be permanent) or required permissions. It adds little beyond the enum values already in the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no wasted words. It is appropriately minimal for the tool's simplicity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, output schema, and parameter descriptions, the tool needs more context. The description fails to cover when to use, how to get messageId, and what the outcomes are, making it incomplete 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.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and the description does not explain messageId format, how to obtain it, or clarify the action values beyond repeating them. No additional meaning is added for parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: applying read/unread, archive, or trash actions to an Outlook email. It uses a specific verb and resource, and distinguishes from sibling tools like forward_outlook_email or reply_outlook by focusing on state-changing actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool over alternatives. There is no mention of prerequisites (e.g., obtaining a messageId) or exclusions, despite a rich set of sibling email tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.