Skip to main content
Glama
hasan-imam

mcp-outlook-applescript

by hasan-imam

confirm_move_email

Confirm and execute an email move using the token from the preparation step. Validates token and email, then moves email to the intended folder.

Instructions

Confirm and execute moving an email using a token from prepare_move_email. Moves the email to the destination folder specified during the prepare step. Returns a success message. Returns an error if the token is invalid, expired, already used, or if the email has changed since the prepare step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
email_idYesThe email ID to move — must match the ID used in the prepare step
token_idYesThe approval token UUID from prepare_move_email (e.g., "a1b2c3d4-...")
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the mutation (moving the email), the success response, and several error conditions: invalid, expired, or already-used token, and email changed since preparation. This is substantial transparency, though it doesn't detail reversibility or permission requirements.

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 concise sentences with no redundancy. It front-loads the core purpose, then briefly explains the action, return value, and failure modes. Every sentence adds value.

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

Completeness5/5

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

For a two-step confirmation tool with two parameters and no output schema, the description covers the necessary context: the precondition (token from prepare), the action (move to specified folder), the return (success message), and error cases. It is complete and self-contained.

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

Parameters4/5

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

The input schema already provides descriptions for both parameters, giving 100% coverage. The description adds meaningful context by explaining the token originates from prepare_move_email and that the email_id must match the prepare step, clarifying the relationship between parameters and the workflow.

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's function: it confirms and executes moving an email using a token from prepare_move_email. It specifies the resource (email) and the action (move), and distinguishes it from sibling tools like confirm_delete_email and confirm_archive_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 clearly implies this is a follow-up step to prepare_move_email, stating it uses a token from that step and moves to the folder specified there. It doesn't explicitly say when not to use it, but the token-based flow provides strong contextual guidance. No alternatives are mentioned, but sibling similarities are handled by the naming and token reference.

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