Skip to main content
Glama
moellerm1968

MailMCP

by moellerm1968

search_emails

Find emails in a specified folder by searching subject, sender, body, or all fields. Narrow results with folder and limit options to locate the messages you need.

Instructions

Durchsucht einen Ordner nach E-Mails anhand eines Suchbegriffs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximale Anzahl zurückgegebener Ergebnisse (Standard: 20)
queryYesSuchbegriff
folderNoOrdner, in dem gesucht werden soll (optional, Standard: INBOX).
search_inNoSuchfeld: subject, from, body oder all (Standard: all).

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 carries the full behavioral burden. It states that the tool searches, but it does not disclose matching behavior, ordering, default scope, read-only guarantees, or any limitations beyond what the schema already shows.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no filler. It is front-loaded with the primary action and resource, though additional behavioral details could make it more informative without harming conciseness.

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?

There is no output schema, no annotations, and only a minimal one-sentence description. An agent gets enough to start calling the tool but lacks information about return format, default search behavior, or when this tool is preferable to list_emails.

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 the parameters (query, limit, folder, search_in) are already documented. The description adds no meaning beyond the schema in this area.

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 uses a specific verb ('Durchsucht'), names the resource (emails in a folder), and introduces the search-term aspect. It conveys the core purpose clearly, though it does not explicitly name or contrast sibling tools like list_emails.

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?

The description gives no explicit guidance on when to prefer this tool over list_emails or other siblings. Usage context is only implied by the tool name and the notion of searching, not stated.

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