Skip to main content
Glama
Sendmux

Sendmux Email Inbox API + Sending

Official

Read Message Content

mailbox_list_content
Read-onlyIdempotent

Retrieve structured email content by message ID, including body, headers, and attachments with options for truncation, quoting, and signature removal.

Instructions

Use this to read structured content for a known message_id. Prefer it when headers, participants, or body parts affect the answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partNoBody part to return. `auto` prefers text when available.
mailbox_idNoMailbox public ID to target when the credential grants access to more than one mailbox. Omit when the credential is scoped to exactly one mailbox.
message_idYesMessage ID.
include_htmlNoWhen true, include HTML content when available.
strip_quotesNoWhen true, remove quoted reply text.
If-None-MatchNoWeak ETag from a previous response. Returns 304 when unchanged.
include_linksNoWhen true, include links extracted from the body.
max_body_charsNoMaximum body characters to return before truncation.
include_headersNoHeader detail to include in the response.
strip_signatureNoWhen true, remove detected email signatures.
include_attachmentsNoAttachment detail to include. Contents are not returned.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. Description adds 'structured content' context but no additional behavioral traits beyond what annotations provide.

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?

Two concise sentences with no filler. Each sentence adds value: first states purpose, second suggests when to use.

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?

Despite output schema existing, the description lacks details on return structure, parameter interplay, and handling of the 11 parameters. Adequate for a simple tool but insufficient for this complexity.

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?

Schema description coverage is 100%, so baseline is 3. Description does not add meaning beyond schema; it only mentions message_id implicitly.

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?

Clear verb 'read structured content' and resource 'known message_id'. Mentions context of use (when headers/participants/body parts affect answer) but does not explicitly differentiate from sibling tools like mailbox_get_message or mailbox_list_body.

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?

Provides implied usage context ('Prefer it when headers, participants, or body parts affect the answer') but lacks explicit when-not-to-use guidance or named alternatives among the 29 sibling tools.

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/Sendmux/sendmux-sdk'

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