Skip to main content
Glama

Bulk delete mailboxes

mailboxes.delete_bulk
Destructive

Delete several mailboxes at once by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesMailbox IDs to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
http_statusYesHTTP status of the API response

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

The annotations already indicate destructiveHint=true and readOnlyHint=false, so the harmful nature is disclosed. The description adds no further behavioral context such as irreversibility, cascading effects, or partial failure behavior, but it does not contradict the annotations.

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?

A single, front-loaded sentence that uses no filler and conveys the operation, target, quantity, and input method. Every word earns its place.

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?

Given one simple parameter, full schema coverage, annotations, and an output schema, the description is nearly sufficient. It could mention whether deletions are permanent or how partial failures are handled, but nothing critical is missing for basic selection and invocation.

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 100%, so the 'ids' parameter is already fully documented. The description's 'by ID' phrase aligns with the schema but adds no additional semantic detail beyond what the schema provides.

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 states a specific verb ('Delete'), a resource ('mailboxes'), a scope ('several at once'), and a method ('by ID'). This clearly distinguishes it from single-mailbox deletion and from other bulk-delete siblings.

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

Usage Guidelines4/5

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

The description communicates the intended use: bulk deletion of several mailboxes in one call. It does not explicitly name alternatives or exclusions, but the context is clear enough for an agent to know when to select this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources