create_mailbox_v1
Создаёт почтовый ящик через API v1. Предпочитай create_mailbox (v2) — этот нужен только для совместимости.
This record as markdown: /tools/timeweb-mcp/create-mailbox-v1.md
What create_mailbox_v1 does on Timeweb
AI agents use create_mailbox_v1 to create or update resources in Timeweb, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Timeweb environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | ОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя домена |
comment | string | — | Комментарий к ящику (опц.) |
mailbox | string | Yes | ОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя ящика (часть до @). Полный адрес будет mailbox@domain |
password | string | Yes | ОБЯЗАТЕЛЬНОЕ ПОЛЕ - пароль ящика |
Parameters from the server's own tool schema.
Why create_mailbox_v1 is rated Medium
Creating a mailbox is a reversible Write operation that adds a new resource to a system. It modifies state by creating email infrastructure but does not execute arbitrary code, delete data, or move money.
From the tool's definition Tool name 'create_mailbox_v1' and description state it 'Создаёт почтовый ящик' (creates a mailbox). The Russian verb 'создаёт' (creates) indicates data creation.
Risk signalsHandles credentials or secrets (password)
Attacks that exploit this kind of access
The rule that runs create_mailbox_v1 safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Timeweb, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For create_mailbox_v1, this is the rule to start with:
create_mailbox_v1 stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Timeweb, apply this rule, and every create_mailbox_v1 call is checked against it from then on.
Questions about create_mailbox_v1
Создаёт почтовый ящик через API v1. Предпочитай create_mailbox (v2) — этот нужен только для совместимости. It is categorised as a Write tool in the Timeweb MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
create_mailbox_v1 accepts 4 parameters: domain, comment, mailbox, password. Required: domain, mailbox, password. The full parameter table on this page comes from the server's own tool schema.
Register the Timeweb MCP server in PolicyLayer and add a rule for create_mailbox_v1: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Timeweb. Nothing to install.
create_mailbox_v1 is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the create_mailbox_v1 rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for create_mailbox_v1. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
create_mailbox_v1 is provided by the Timeweb MCP server (timeweb-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Timeweb, and thousands of servers like it.
This server
Across the catalogue