Skip to main content
Glama
oshann

hotmail-mcp

by oshann

propose_send_draft

Preview sending an existing draft without actually sending it. Returns a draft ID and requires confirmation before the irreversible send action.

Instructions

PREVIEW sending an existing draft. Sends nothing — returns a draft_id.

Read every recipient back to the user before asking them to confirm. Sending is the only action in this server that cannot be undone — there is no restore, no snapshot, and no recall.

Requires both the Mail.Send scope and HOTMAIL_MCP_ALLOW_SEND=true.

Args: message_id: The draft to send, e.g. from apply_draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYes
Behavior5/5

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

With no annotations, the description fully discloses that the tool is a preview (no side effects), returns a draft_id, requires specific auth, and emphasizes the irreversibility of actual sending. No contradictions.

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 concise with a brief lead sentence, followed by usage caveats and required scopes, then an Args section. Every sentence adds value.

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?

For a simple one-param tool with no output schema, the description covers purpose, behavior, prereqs, and parameter usage. Minor lack of error handling notes, but sufficient for agent decision.

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?

Schema coverage is 0%, but the description explains 'message_id: The draft to send, e.g. from `apply_draft`,' adding context beyond the schema's bare title.

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 explicitly states 'PREVIEW sending an existing draft. Sends nothing — returns a `draft_id`.' This clearly defines the tool as a simulation of sending, distinguishing it from actual send actions.

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 includes prerequisites ('Mail.Send scope and HOTMAIL_MCP_ALLOW_SEND=true') and advises reading recipients back before confirming, implying it's a safe preview. However, it doesn't explicitly name sibling tools like 'apply_send' for contrast.

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/oshann/hotmail-mcp'

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