Skip to main content
Glama
AssistantMail

Assistant Mail

Official

assistantmail_update_mailbox

Update mailbox display name to keep your email organized. Specify mailbox ID and new display name to apply changes.

Instructions

Updates mailbox metadata (currently display name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNo
mailboxIdYes
displayNameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.3.2
    • addedInput schema / properties / apiKey / format
      Added value: +"starts_with"
  2. First observedv1.3.1

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. 'Updates' signals mutation, but the description does not mention prerequisites, whether the display name is fully replaced, side effects, or what response to expect. This is a significant gap for a mutation tool.

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?

The description is a single efficient sentence with the verb and resource front-loaded. There is no filler, but the brevity comes at the cost of useful behavioral and usage context.

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

Completeness2/5

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

For a mutation tool with no annotations, no output schema, and 0% parameter description coverage, this description is incomplete. It states only the immediate action and does not cover prerequisites, effects, or how it relates to the broader mailbox tool family.

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%, so the description must compensate. It clarifies that displayName is the metadata field being updated, but it does not explain apiKey or mailboxId beyond their property names, and it provides no additional meaning for the required parameters in context.

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 clear verb and resource: 'Updates mailbox metadata', and the parenthetical narrows the scope to display name. This distinguishes it from create/get/list/delete_mailbox and from update_inbound_policy, though it does not 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 Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. The agent must infer from the verb 'Updates' that this is for changing mailbox metadata, but the description offers no alternatives or exclusions, so it does not help the agent choose between sibling tools.

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