Skip to main content
Glama
OR13

ietf-imap-mcp

by OR13

get_message

Retrieve a full message by its UID from an IETF mailing-list archive. Optionally include or truncate the plain-text body for efficient reading.

Instructions

Fetch a single message by UID (from a prior search/page result).

Args: list_name: Mailbox / list name, e.g. "agent2agent". uid: The message UID returned by search_list / page_list. include_body: Include the plain-text body (default True). max_body_chars: Truncate the body to this many characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
list_nameYes
include_bodyNo
max_body_charsNo
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that include_body defaults to True and max_body_chars truncates the body, which is useful behavioral detail. However, it doesn't mention what happens if the UID is not found, or any other side effects or error behavior.

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 and well-structured: a single clear purpose sentence followed by a bullet-like arg list. Every sentence earns its place, no filler or repetition.

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?

With no output schema, the description might need to cover return format, but it's a simple get operation. The parameters are fully documented, usage context is clear, and behavioral details like truncation are provided. Minor gap: no mention of error/not-found behavior, but overall it's adequate for a straightforward tool.

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

Parameters5/5

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

Schema coverage is 0%, but the description fully compensates by explaining each parameter: list_name is the mailbox/list name, uid is from search/page results, include_body controls body inclusion, max_body_chars truncates the body. This adds meaningful semantics beyond the bare schema.

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 begins with a specific verb+resource: "Fetch a single message by UID". It clearly distinguishes this from sibling tools (search_list, page_list) by stating it retrieves one message based on a UID from a prior search/page result.

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 states the UID must come from a prior search/page result, which implies the tool should be used after those. It gives clear context for when to use the tool, though it doesn't explicitly mention when not to use it or list alternatives.

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/OR13/ietf-imap-mcp'

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