Skip to main content
Glama
TheSameAbramovych

qmailing MCP server

Create a mailbox

qmailing_create_mailbox
Destructive

Create a new email mailbox on qmailing.com or a verified custom domain. Provide the local part; optionally set domain, display name, and forward address.

Instructions

Create a new mailbox under qmailing.com or one of the user's verified custom domains. Counts against the plan's mailbox quota; on a custom domain that domain must be both claimed AND fully DNS-verified or the API will return 400. Use when the user explicitly asks to "create" / "add" / "make" a mailbox; do NOT call this just to look one up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localPartYesThe part before the @. Letters, digits, dots, hyphens, underscores; 1-64 chars.
domainNoDomain part (e.g. "qmailing.com" or a verified custom domain). Optional; defaults to qmailing.com on the server side.
displayNameNoFriendly name on outbound mail (the part shown before <addr> in From).
forwardToNoForward inbound mail to this address. Leave empty to keep the mailbox standalone.
Behavior4/5

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

Discloses quota consumption and error condition (400 if domain not verified), adding value beyond annotations that indicate destructiveHint and idempotentHint. Does not mention idempotency behavior when mailbox already exists.

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 efficient sentences covering purpose, behavior, and usage guidance without redundancy. Every sentence adds value.

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?

Covers purpose, usage boundaries, behavioral consequences, and parameter prerequisites. Lacks mention of return value or error handling for duplicate mailbox creation, but overall sufficient for a creation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage, but the description adds practical context about domain validation and quota impact, helping the agent understand parameter implications beyond schema definitions.

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?

Clearly states 'Create a new mailbox' and specifies the resource and action. Explicitly distinguishes from lookup tools with 'do NOT call this just to look one up.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Provides explicit when to use ('when the user explicitly asks to create/add/make a mailbox') and when not to ('do NOT call this just to look one up'). Also mentions prerequisite condition for custom domains requiring DNS verification.

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/TheSameAbramovych/qmailing-mcp-server'

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