Skip to main content
Glama
exabyteso

mailpit_mcp

by exabyteso

mailpit_search

Read-only

Search captured test emails with Mailpit query syntax, filtering by recipient, subject, or other fields to locate specific messages.

Instructions

Search messages using Mailpit query syntax (e.g. to:user@example.test subject:welcome)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesMailpit search query
limitNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds value by specifying the Mailpit query syntax, which is beyond the annotations and helps the agent understand how to construct searches.

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 a single, well-structured sentence with no unnecessary words. It front-loads the purpose and provides a useful example.

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?

The tool has no output schema, yet the description does not mention what the search returns (e.g., message IDs or full details). Also missing details on pagination, ordering, or result limits beyond the limit parameter. For a search tool among 7 siblings, this is incomplete.

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 coverage is 50% (only query has a description). The description provides a concrete example for the query parameter, adding meaningful context. The limit parameter is not elaborated beyond the schema, but the example partially compensates for the coverage gap.

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 clearly states the verb 'search' and the resource 'messages', with an explicit example of the query syntax (e.g., to:user@example.test subject:welcome). It distinguishes from sibling tools like mailpit_list_messages and mailpit_get_message.

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

Usage Guidelines2/5

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

No explicit guidance is provided on when to use this tool versus alternatives (e.g., mailpit_list_messages). The example implies usage for searching, but context for selection is missing.

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/exabyteso/mailpit_mcp'

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