Skip to main content
Glama

ensure_mailbox

Create and prepare a mailbox in the account domain, or resume an existing pending mailbox. Never changes the account domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

The description adds the behavioral constraint 'Never changes the account domain,' which is valuable beyond the annotations. However, it doesn't elaborate on other behaviors such as idempotency (despite the idempotencyKey), what happens if the mailbox already exists, or any side effects beyond the domain constraint. With annotations covering safety hints, this is adequate but not rich.

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?

The description is two sentences with zero waste. It front-loads the primary action and adds a critical constraint in the second sentence. No irrelevant details are included.

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

Completeness5/5

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

The description covers both operational modes (create and resume) and the domain constraint. The schema fully documents the parameters, and an output schema exists to explain return values. Given the tool's simplicity and the richness of the schema, nothing essential is missing.

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?

The input schema provides detailed descriptions for all parameters (localPart, displayName, idempotencyKey, mailboxId), and the schema coverage is 100%. The tool description does not add any additional parameter semantics beyond what the schema already states, so the baseline of 3 is appropriate.

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 tool creates or resumes a mailbox in the account domain, with the explicit constraint that it never changes the account domain. This distinguishes it from other mail-related tools like send_email or create_folder, making its purpose unambiguous.

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 provides clear context on when to use this tool: when you need to create or prepare a mailbox or resume a pending one. It doesn't explicitly mention alternatives or exclusions, but the purpose is so specific that an agent can infer the appropriate usage without confusion.

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