Create mail account with domain verification
create_mail_account_with_verificationAutomates 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
| Name | Required | Description | Default |
|---|---|---|---|
| mail_address | Yes | 作成するメールアドレス (`local@domain` 形式)。日本語ドメインを含む形 (例: `user@日本.jp`) も指定可 — 内部で ASCII に正規化される。 | |
| password | Yes | メールアカウントのパスワード (6 文字以上) | |
| quota_mb | No | メールボックス容量 MB (1-50000) | |
| memo | No | 任意のメモ | |
| verification_wait_ms | No | ドメイン認証後の DNS 伝播待ち合計上限 (ms)。既定 90000、最大 300000 | |
| poll_interval_ms | No | POST /mail 失敗時のリトライ間隔 (ms)。既定 30000 |