Skip to main content
Glama
oshann

hotmail-mcp

by oshann

propose_draft_mail

Draft an email for preview only, returning a draft ID. Commit the draft later using apply_draft to send.

Instructions

PREVIEW a new mail draft. Creates nothing — returns a draft_id.

Drafting never sends. Commit with apply_draft.

Args: to: Recipient address, or several separated by commas. subject: Message subject. body: Message text. cc: Optional carbon-copy recipients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bodyYes
subjectYes
Behavior4/5

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

No annotations provided, so description carries full burden. Clearly states 'Creates nothing' and 'PREVIEW', indicating no side effects. Lacks details on authorization or rate limits, but sufficient for a safe preview tool.

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?

Extremely concise: 3 lines of prose plus a bulleted parameter list. No redundant information. Front-loaded with purpose.

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?

Sufficient for a simple preview tool. No output schema but explains return value. Could mention what a draft_id is used for, but context signals and siblings imply its use.

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 description adds meaning: explains 'to' can be comma-separated, notes cc is optional. Adds value beyond the bare schema properties.

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?

Clearly states the tool previews a new mail draft and returns a draft_id. Distinguishes from siblings like apply_draft and propose_send_draft by emphasizing no sending.

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?

Explicitly says 'Drafting never sends' and directs to use apply_draft to commit. Could further differentiate from propose_draft_reply, but provides solid context.

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