Skip to main content
Glama
adjurtime

163 Mail MCP

by adjurtime

move_mail

Destructive

Moves a single email from one folder to another after explicit user confirmation. Requires a confirmation token for safety and never issues EXPUNGE, preserving the original message during transfer.

Instructions

Move one UID after exact user approval. Requires confirm='MOVE'; never issues EXPUNGE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
confirmYes
to_folderYes
from_folderYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds meaningful behavioral context beyond annotations: it explicitly states 'never issues EXPUNGE,' which clarifies the non-destructive side effects (moving without expunging the source). Annotations already declare destructiveHint=true and readOnlyHint=false, and the description complements rather than contradicts them. However, it doesn't disclose what happens on failure, whether the source folder's state changes, or any auth/permission requirements beyond the confirm token.

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, zero filler. Every word earns its place: the action, the approval requirement, and the EXPUNGE guarantee. This is exemplarily concise.

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

Completeness3/5

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

The tool is a destructive mutation (destructiveHint=true) with 4 required parameters and 0% schema coverage, so the description bears significant burden. The confirm requirement and EXPUNGE clarification are valuable, but the description omits any guidance on folder naming, UID format, failure behavior, or the relationship between from_folder and to_folder. An output schema exists which may help, but the description itself leaves important operational details unaddressed.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only explains the 'confirm' parameter ('requires confirm="MOVE"'). The uid, from_folder, and to_folder parameters are entirely unexplained in prose — no format details for uid, no path conventions for folder names, no interaction semantics between from/to folders. With 0% coverage, the description must compensate but only addresses one of four parameters.

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 verb (Move), resource (one UID), and a critical requirement ('after exact user approval'). However, it doesn't distinguish the tool from the sibling 'trash_mail' which is also a mutation moving messages out of folders, and 'execute_batch_actions' may also move messages. The single-UID scope is clear but sibling differentiation is implicit rather than explicit.

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 provides a clear precondition for use (requires exact user approval via confirm='MOVE'), which is strong usage guidance. However, it doesn't explain when to prefer this over trash_mail or batch_move, nor when one would use MOVE versus DELETE/EXPUNGE semantics. The 'after exact user approval' framing helps but exclusions/alternatives aren't addressed.

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/adjurtime/163-mail-mcp'

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