Skip to main content
Glama
adjurtime

163 Mail MCP

by adjurtime

execute_batch_actions

Destructive

Execute an approved batch of mail operations after verifying each item, preventing writes until final confirmation is provided.

Instructions

Execute the unchanged previewed batch after approval; rechecks every item before any write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
digestYes
actionsYes
confirmYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the agent knows this is a write operation. The description adds the valuable 'rechecks every item before any write' detail, indicating safety validation behavior. However, it doesn't disclose what happens on validation failure, partial execution, or the confirmation requirement implied by the 'confirm' parameter. With destructive annotations present, some credit is warranted for the recheck disclosure, but more could be said about rollback/partial behavior.

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?

Single sentence, concise, front-loaded with the primary action. Every word earns its place — 'unchanged' and 'rechecks every item' add meaningful safety context. No padding or 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?

This is a destructive batch operation with 3 undocumented parameters. The description provides the safety-critical 'rechecks every item' guarantee and the 'after approval' sequencing, but given its destructive nature and zero schema coverage, it would benefit from explaining what the digest represents, what the confirm field enforces, and what happens on mismatch. The output schema existing helps somewhat, but the description could still be more complete for a destructive tool.

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 0%, so the description must compensate for the undocumented parameters. The description mentions 'rechecks every item' which implicitly explains the 'actions' and 'digest' parameters (the digest likely validates the batch is unchanged). However, it doesn't explain the 'confirm' constant requirement or the digest's exact purpose explicitly, leaving some ambiguity for a 3-parameter tool with zero schema coverage.

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 states a specific verb+resource: 'Execute the unchanged previewed batch after approval' — this makes the core purpose clear. It distinguishes itself from siblings like preview_batch_actions and preview_send by focusing on execution of a previously previewed batch, though it doesn't explicitly name alternatives.

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 phrase 'after approval' implies a prerequisite workflow (preview first, then approve, then execute), and 'unchanged previewed batch' signals that the input must match the previewed content. However, it doesn't explicitly say when NOT to use this tool or name alternative tools explicitly, leaving the guidance somewhat implicit.

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