Skip to main content
Glama
FaisalFehad

IMAP Mail MCP

by FaisalFehad

mail_search

Search emails in a specified folder by sender, subject, body, date, and other basic fields. Supports pagination, snippets, and filtering by unread status.

Instructions

Convenience folder search by basic fields. Prefer mail_search_advanced for richer filters and agent reliability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoRecipient contains
bodyNoBody contains
fromNoSender contains
sortNoSort by UID (default: desc/newest-first)desc
limitNoMax results (default 50, capped globally)
sinceNoDate since (ISO)
beforeNoDate before (ISO)
cursorNoOpaque pagination cursor from previous response
unseenNoOnly unread
mailboxYesFolder to search (e.g. INBOX)
subjectNoSubject contains
returnPageNoReturn {items,nextCursor} instead of raw array
includeSnippetNoInclude short plain-text snippet per message
Behavior3/5

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

No annotations provided. The description calls it a 'search,' implying read-only, but does not confirm safety, disclose side effects, or explain response behavior beyond parameter schema hints (e.g., returnPage changes output format).

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: first states purpose, second gives usage guidance. No fluff, front-loaded.

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 13 parameters and no output schema, the description is very brief. It does not explain return format, pagination, or what 'basic fields' encompasses. Agent needs more context to use effectively.

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 covers all 13 parameters with descriptions (100% coverage). The description adds no extra meaning beyond the name 'basic fields,' so baseline 3 is appropriate.

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?

Description clearly states it is a 'convenience folder search by basic fields,' which specifies verb, resource, and scope. It distinguishes from sibling 'mail_search_advanced' by noting the latter offers richer filters and reliability.

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

Usage Guidelines5/5

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

Explicitly advises to 'prefer mail_search_advanced for richer filters and agent reliability,' providing clear when-not-to-use guidance and directing to an alternative.

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/FaisalFehad/imap-mail-mcp'

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