Skip to main content
Glama
jcoulaud

shipmail-mcp

Create Mailbox

shipmail_create_mailbox
Idempotent

Create a mailbox on an existing domain by providing the domain ID and email address. Optionally set a display name.

Instructions

Create a mailbox on an existing domain. Use shipmail_list_domains first to find the domain ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_idYesShipMail resource ID.
addressYes
display_nameNo
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mailboxYes
Behavior3/5

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

Annotations already declare idempotentHint: true, readOnlyHint: false, destructiveHint: false. Description adds the prerequisite step (list_domains) but no further behavioral details like side effects or permissions.

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?

Two concise sentences, front-loaded with purpose and a usage hint. No unnecessary words.

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 the existence of an output schema, the description is mostly complete for a simple creation tool. However, it could mention the return value or idempotency behavior to fully cover the context.

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 has 50% description coverage (domain_id and idempotency_key have descriptions; address and display_name do not). The description does not explain address or display_name, failing to compensate for the gap.

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?

Description clearly states the action ('Create a mailbox') and the resource ('on an existing domain'). It distinguishes from siblings like shipmail_create_domain or shipmail_create_mailbox_folder by specifying the target resource.

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?

Explicitly advises to list domains first to obtain the domain ID, providing necessary prerequisite context. It does not mention when not to use or alternatives, but the advice is clear.

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/jcoulaud/shipmail-mcp'

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