Skip to main content
Glama

m365_read_email

Get the full content of a Microsoft 365 email using its message ID, including body and metadata. Retrieve complete message details for reading or processing.

Instructions

Use this when the user wants the full content of a Microsoft 365 email (message ID from m365_list_emails/m3...

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the full burden of transparency. It only states the tool reads email content but does not disclose whether it marks emails as read, fetches attachments, or has other side effects. This leaves significant ambiguity about the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence but is truncated, making it incomplete. It fails to be concise because it does not fully convey the tool's purpose or requirements.

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

Completeness2/5

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

With no output schema and no annotations, the description should explain return format, attachment handling, and limitations. It only vaguely mentions 'full content'. The description is insufficient for a tool that likely returns complex email data.

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

Parameters1/5

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

The input schema has zero parameters, yet the description implies a required message ID. This contradiction between the schema and description is misleading. The description adds no useful parameter information and instead introduces confusion.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool is for getting full content of a Microsoft 365 email, and it distinguishes from sibling tools like m365_list_emails (list only) and m365_reply_email (reply). However, the description is truncated, reducing clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions using the tool when the full content is needed and implies a prerequisite (message ID from m365_list_emails). But it does not specify when not to use it or mention alternatives, providing only basic guidance.

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/lanchuske/local-mcp-releases'

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