Skip to main content
Glama
nikolausm

IMAP MCP Server

by nikolausm

imap_delete_spam

Scans your mailbox for emails from known spam or disposable domains and deletes them. Use dry run to preview which emails would be removed.

Instructions

Find and delete emails from known spam/disposable email domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of emails to check
dryRunNoIf true, only report what would be deleted without deleting
folderNoFolder nameINBOX
accountIdYesAccount ID
minConfidenceNoMinimum confidence level for spam detectionhigh
Behavior2/5

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

No annotations are provided, so the description must bear the full burden of behavioral disclosure. It only says 'find and delete' but omits key behaviors: the tool defaults to dryRun=true, uses confidence levels, and relies on a predefined list of spam domains. The agent cannot infer these critical traits.

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 wasted words. However, it could benefit from additional structured details about behavior.

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 5 parameters, no output schema, and no annotations. The description is too brief: it does not explain what 'known spam/disposable email domains' means, the effect of dryRun and minConfidence, or what the tool returns. It is incomplete for an agent to use correctly.

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 100%, so parameters are documented in the schema. The description adds no parameter-specific context, such as explaining that 'known spam domains' refers to the list maintained by imap_add_spam_domain. 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?

The description clearly states the tool's purpose: to find and delete emails from known spam/disposable email domains. This distinguishes it from sibling tools like imap_delete_by_domain (deletes by any domain) and imap_bulk_delete (general bulk deletion).

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 provided on when to use this tool vs alternatives. It does not mention prerequisites (e.g., domain list must be populated via imap_add_spam_domain) or contrast with similar 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/nikolausm/imap-mcp-server'

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