Skip to main content
Glama
yusuf-polat

Enterprise Mail MCP Server

by yusuf-polat

search_emails

Find targeted messages by searching with filters for sender, recipient, subject, body, date range, folder, and unread status. Retrieve relevant email results to resolve information lookup tasks quickly.

Instructions

Gelişmiş arama kriterleri ile e-postaları arar (gönderen, konu, gövde, tarih, okunmamışlık vb.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoAlıcı adres filtresi
fromNoGönderen adres veya isim filtresi
limitNoMaksimum sonuç sayısı (1-100, varsayılan: 25)
queryNoKonu veya gövdede serbest metin araması
sinceNoBu tarihten sonraki mailler (Örn: '2025-01-01')
beforeNoBu tarihten önceki mailler (Örn: '2025-12-31')
folderNoAranacak klasör (Varsayılan: 'INBOX')
subjectNoKonu içinde geçen kelime filtresi
unreadOnlyNoSadece okunmamış mailleri getirmek için true

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It describes what the tool does (search) but does not mention safety, read-only nature, authentication needs, rate limits, or return format. This is a significant gap for a read operation with no annotations.

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 sentence that front-loads the action and then lists the relevant criteria categories. There is no wasted text; every part earns its place.

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?

With 9 optional parameters, no output schema, and no annotations, the description should clarify what the tool returns, how results are sorted/limited, and whether parameters combine. It only gives a vague overview, leaving an agent uncertain about crucial invocation details.

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 all nine parameters are individually documented in the schema. The description adds no meaning beyond a high-level summary of filter categories; it does not compensate for or extend the schema information.

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?

The description clearly states the tool searches emails with advanced criteria (sender, subject, body, date, unread status). It is distinct from siblings like read_email and check_inbox, though it does not explicitly name an alternative or exclusion.

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 guidance is given on when to use this tool versus alternatives such as check_inbox or triage_inbox. The 'advanced search criteria' phrase implies more capability than a simple inbox check, but the description leaves the selection entirely to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.