Skip to main content
Glama
mdwsk88

MS 365-21V MCP Server

by mdwsk88

Get Mail Details

mail_get_message

Retrieve full email details including body, sender, recipients, and attachment flag by providing a message ID.

Instructions

Read detailed content for a message, including body, sender, recipients, and attachment flag. Requires delegated Mail.Read. Chinese intents / 中文意图: 查看邮件详情, 读取邮件正文, 查看邮件内容, 查看邮件收件人.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageIdYesMessage ID from a mail list or search result.
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It explicitly states the required permission (delegated Mail.Read) and the exact content read (body, sender, recipients, attachment flag). While it doesn't explicitly confirm non-mutating behavior, the verb 'Read' and the permission requirement imply a safe read operation.

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 one clear sentence followed by a permission note and a compact list of Chinese intents. It front-loads the core function and avoids unnecessary words; the localized intent list enhances discoverability without bloating the description.

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 single-parameter read tool with no output schema, the description provides the essential context: action, content included, and permission required. It does not mention error behavior or response structure, but given the tool's simplicity, this is acceptable and nearly complete.

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

Parameters3/5

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

The only parameter, messageId, is fully described in the schema with 100% coverage, giving a baseline of 3. The description adds no additional parameter-level detail beyond the schema, though it mentions what content categories are returned, which is separate from parameter semantics.

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 uses the specific verb 'Read' and clearly identifies the resource as 'detailed content for a message' with enumerated elements (body, sender, recipients, attachment flag). This clearly distinguishes it from sibling tools like mail_list_messages (listing) and mail_get_attachment (getting attachments).

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 implies usage after obtaining a messageId, reinforced by the schema's parameter description 'Message ID from a mail list or search result.' It states the permission requirement ('Requires delegated Mail.Read') but does not explicitly mention alternatives or when not to use, missing the top score.

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/mdwsk88/ms-365-21v-mcp-server'

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