Skip to main content
Glama

Create mail account with domain verification

create_mail_account_with_verification

Automates mail account creation by handling TXT verification, DNS propagation wait, and retry. Supports Japanese domain input with automatic ASCII normalization.

Instructions

メールアカウントの作成に必要な TXT 認証と DNS 伝播待ちを内包した高レベルツール。既存確認 → ensure_domain_verified → POST /mail (最大 verification_wait_ms ぶんリトライ) を自動実行する。日本語ドメインの入力も受け付ける (内部で ASCII に正規化)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mail_addressYes作成するメールアドレス (`local@domain` 形式)。日本語ドメインを含む形 (例: `user@日本.jp`) も指定可 — 内部で ASCII に正規化される。
passwordYesメールアカウントのパスワード (6 文字以上)
quota_mbNoメールボックス容量 MB (1-50000)
memoNo任意のメモ
verification_wait_msNoドメイン認証後の DNS 伝播待ち合計上限 (ms)。既定 90000、最大 300000
poll_interval_msNoPOST /mail 失敗時のリトライ間隔 (ms)。既定 30000
Behavior4/5

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

Annotations provide openWorldHint: true and destructiveHint: false. The description adds significant behavioral detail: it includes TXT authentication, DNS propagation wait, retries up to verification_wait_ms, and normalization of Japanese domains to ASCII. No contradiction with annotations.

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 with no fluff. The description is front-loaded with the core purpose and efficiently covers the automation flow and domain normalization.

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

Completeness3/5

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

The description explains the internal flow well, but does not mention what the tool returns (e.g., success confirmation, account ID). Since there is no output schema, the description should provide some output expectations. Missing this information reduces completeness for agent invocation.

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%, so baseline is 3. The description adds context for verification_wait_ms (total wait limit) and poll_interval_ms (retry interval), but does not explain other parameters beyond what the schema already provides. Does not improve understanding significantly.

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 clearly states the tool's purpose: a high-level tool that automates domain verification and DNS propagation wait before creating a mail account. It uses specific verbs (内包, 自動実行) and distinguishes itself from siblings like create_mail_account and ensure_domain_verified by being the composite flow.

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?

The description implicitly guides usage by explaining the automated steps (existing check, ensure_domain_verified, POST /mail with retries). It contrasts with simpler tools like create_mail_account, but does not explicitly state when to use this tool over alternatives.

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/Mink16/xserver-mcp'

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