Skip to main content
Glama
grncdr

Missive MCP Server

by grncdr

Get Message

get_message

Retrieve a message by its ID. Control body size with full, truncated, or preview formats, and optionally convert HTML to plain text.

Instructions

Gets a single message by ID with full body content. Supports body processing options to manage size.

Body format options:

  • full: Returns complete body (may be large for HTML emails)

  • truncated: Truncates body to max_body_length (default)

  • preview: Returns first 500 characters only

Use strip_html=true (default) to convert HTML to plain text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYesThe message ID to retrieve
body_formatNoHow to process the message bodytruncated
strip_htmlNoConvert HTML body to plain text
max_body_lengthNoMaximum body length for truncated format
Behavior4/5

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

Discloses important behaviors: body can be large, options to manage size (truncation, preview, strip_html). Without annotations, this is valuable context.

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?

Very concise, well-structured with bullet-style options. Every sentence adds value without redundancy.

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?

Provides enough context (body options, HTML handling) for an agent to select and invoke correctly. No output schema needed given clarity of description.

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?

Adds meaning beyond the 100% covered schema: clarifies body_format values (e.g., preview returns 500 chars), and explains strip_html effect (converts HTML to plain text).

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?

Describes precisely 'Gets a single message by ID with full body content', clearly distinguishing it from sibling tools like list_conversations or send_message.

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?

Provides detailed guidance on body format options (full, truncated, preview) and when to use each, but lacks explicit when-not-to-use or alternative 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/grncdr/missive-mcp'

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