Skip to main content
Glama
imdeniil

yandex-mail-mcp

by imdeniil

bulk_move

Move multiple email messages to another folder in a single IMAP session with efficient chunked operations, using atomic UID MOVE when available.

Instructions

Move multiple messages to another folder in a single IMAP session.

Uses atomic UID MOVE (RFC 6851) in chunks when the server advertises it, falls back to COPY+STORE+EXPUNGE per chunk otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderYes
email_idsYes
destinationYes
Behavior4/5

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

Discloses use of a single IMAP session, atomic UID MOVE (RFC 6851) when supported, and fallback to COPY+STORE+EXPUNGE. This adds value beyond the basic purpose, though it does not cover authorization or error handling.

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 concise sentences, front-loaded with purpose. Each sentence adds necessary technical detail without redundancy.

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?

Provides core behavioral details (atomic MOVE, fallback, single session) but lacks output format, error handling, or idempotency info. For a bulk operation with no output schema or annotations, more detail is warranted.

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 has 0% description coverage and no parameter descriptions. The tool description does not add meaning to the three parameters (folder, email_ids, destination). With no param info in schema or description, the agent must infer meaning from names alone.

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?

Clearly states 'Move multiple messages to another folder in a single IMAP session'. The verb 'move' and resource 'multiple messages' are specific, and the description distinguishes from sibling tool 'move_email' (single move).

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?

Implies usage for bulk moves (e.g., when moving many messages) but does not explicitly state when to use vs alternatives like 'move_email'. No when-not or alternative names provided.

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/imdeniil/yandex-mail-mcp'

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