Skip to main content
Glama

create_mailbox

Create a project-scoped email mailbox at @mail.run402.com, returning mailbox settings and next actions for default-role repair guidance.

Instructions

Create a project-scoped email mailbox at @mail.run402.com. Returns mailbox_settings and next_actions when the gateway provides default-role repair guidance. Not idempotent: slug conflicts/cooldowns/limit errors are surfaced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesMailbox slug (3-63 chars, lowercase alphanumeric + hyphens, no consecutive hyphens). Creates <slug>@mail.run402.com
project_idYesThe project ID to create a mailbox for
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses non-idempotency, potential errors (slug conflicts, cooldowns, limit errors), and conditional return of mailbox_settings and next_actions. Adequate for a create tool.

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?

Three concise sentences, each adding distinct value: creation action, return info, and behavioral caveats. No fluff.

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?

For a simple two-parameter create tool with no output schema or annotations, description covers purpose, return behavior, and non-idempotency. Slightly lacking in usage guidance but otherwise complete.

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 coverage is 100%, description adds marginal value by restating slug format and email address. Baseline 3 is appropriate as schema already documents both parameters.

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?

Clear verb 'Create' with specific resource 'project-scoped email mailbox at <slug>@mail.run402.com'. Distinct from sibling tools like delete_mailbox, update_mailbox, and list_mailboxes.

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?

No explicit when-to-use or when-not-to-use guidance, nor mention of alternatives. Purpose is self-evident but lacks comparative direction.

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/kychee-com/run402-mcp'

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