batch_create_mailboxes_v1
Создаёт несколько ящиков на домене через API v1. Предпочитай batch_create_mailboxes (v2).
This record as markdown: /tools/timeweb-mcp/batch-create-mailboxes-v1.md
What batch_create_mailboxes_v1 does on Timeweb
AI agents use batch_create_mailboxes_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 | ОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя домена |
mailboxes | array | Yes | ОБЯЗАТЕЛЬНОЕ ПОЛЕ - массив объектов с настройками ящиков |
Parameters from the server's own tool schema.
Why batch_create_mailboxes_v1 is rated Medium
This tool creates mailbox accounts on a domain. Creating mailboxes is a write operation that modifies infrastructure state but is reversible. The severity is medium because bulk mailbox creation could be used to spam, set up phishing infrastructure, or consume resource quotas, but the direct blast radius is limited to email infrastructure.
From the tool's definition Tool name contains 'create' and description states 'Создаёт несколько ящиков' (Creates multiple mailboxes). The operation is reversible (mailboxes can be deleted or modified), making it a Write operation rather than Destructive.
Risk signalsHandles credentials or secrets (mailboxes[].password) · Bulk/mass operation — affects multiple targets
Attacks that exploit this kind of access
The rule that runs batch_create_mailboxes_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 batch_create_mailboxes_v1, this is the rule to start with:
batch_create_mailboxes_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 batch_create_mailboxes_v1 call is checked against it from then on.
Questions about batch_create_mailboxes_v1
Создаёт несколько ящиков на домене через API v1. Предпочитай batch_create_mailboxes (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.
batch_create_mailboxes_v1 accepts 2 parameters: domain, mailboxes. Required: domain, mailboxes. 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 batch_create_mailboxes_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.
batch_create_mailboxes_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 batch_create_mailboxes_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 batch_create_mailboxes_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.
batch_create_mailboxes_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