Skip to main content
Glama
AssistantMail

Assistant Mail

Official

assistantmail_update_mailbox

Update a mailbox's display name to keep recipient labels accurate. Modify mailbox metadata without changing email sending or receiving.

Instructions

Updates mailbox metadata (currently display name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNo
mailboxIdYes
displayNameYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.3.1

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It states the update is currently limited to display name, but does not disclose whether the update is a full replacement, whether other metadata is preserved, what errors may occur, or any authorization/permission consequences.

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 one short sentence with no filler. The verb, resource, and current scope are front-loaded, making it immediately scannable for an agent.

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 tool with no annotations and no output schema, important context is missing: when to use it, what the effect on existing metadata is, what the caller should expect in response, and whether apiKey is needed for authentication. The description is too thin to fully guide correct invocation.

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 by explaining parameters. It only clarifies displayName ('currently display name') and does not add meaning for mailboxId or apiKey, aside from what their names already imply.

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 uses a specific verb ('Updates') and a clear resource ('mailbox metadata'), and narrows scope with '(currently display name)'. This distinguishes it from sibling tools like update_inbound_policy and from read/create/delete mailbox operations.

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?

Usage is implied: an agent can infer this tool is for changing a mailbox's display name. However, there is no explicit guidance about when to choose this over other mailbox tools, nor any when-not-to-use or alternative recommendations.

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

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/AssistantMail/assistantmail-mcp'

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