Skip to main content
Glama
tomboone

Yahoo Mail MCP Server

by tomboone

delete_emails

Move emails to Trash using their UIDs for a recoverable soft delete. Specify source folder and UIDs to remove emails safely.

Instructions

Move emails to Trash folder using UIDs (soft delete, recoverable). UIDs are permanent identifiers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidsYesArray of UIDs to delete
folderNoSource folder (default: INBOX)INBOX
Behavior4/5

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

No annotations provided, so description must carry the burden. It discloses the key behavioral trait that this is a soft delete, moving emails to Trash and being recoverable, which is critical for a delete operation. It could add more detail about permissions or failure behavior, but the soft-delete disclosure is substantive.

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 sentences, front-loaded with the verb and resource. No redundant words; every phrase adds meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with 2 params and no output schema, the description covers the action, recoverability, and UID semantics. It lacks explicit return-value info, but that's not expected for a delete operation. Overall adequate given complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that UIDs are permanent identifiers, which prevents misuse (e.g., assuming sequence numbers). It doesn't detail folder behavior, but schema already documents the default.

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 action ('Move emails to Trash') and resource (emails by UIDs), and distinguishes from sibling tools like archive_emails by explicitly noting it's a soft, recoverable delete to Trash. It also adds context about UIDs being permanent identifiers.

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

Usage Guidelines3/5

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

The description implies usage—delete to Trash when you need recoverable removal—but does not explicitly contrast with alternatives like move_emails or archive_emails. It offers a hint about UIDs being permanent, but no explicit when-to-use or when-not-to-use guidance.

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/tomboone/yahoo-mail-mcp-server'

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