Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание почтового ящика (API v1)

create_mailbox_v1

Creates a mailbox on a specified domain using API v1. Provide domain, mailbox name, and password to set up a new email address.

Instructions

Создаёт почтовый ящик через API v1. Предпочитай create_mailbox (v2) — этот нужен только для совместимости.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя домена
commentNoКомментарий к ящику (опц.)
mailboxYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя ящика (часть до @). Полный адрес будет mailbox@domain
passwordYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - пароль ящика
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, so the description does not need to repeat that. It adds the contextual detail that this is an API v1 endpoint intended for compatibility, which is useful but not a deep behavioral disclosure. No contradictions with annotations, but there is no mention of side effects, permissions, or return behavior beyond the write operation.

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?

The description is two short sentences, front-loaded with the primary purpose and immediately followed by the critical usage guidance. There is zero waste; every word earns its place.

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?

Given that this is a compatibility shim and the schema covers all parameters, the description provides enough context: it states the action, the API version, and the preference for the v2 alternative. It does not detail return values, but no output schema is provided and the tool is simple enough that this is acceptable. The explicit warning to prefer v2 makes the tool's role fully clear.

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 description coverage is 100%, so each parameter (domain, mailbox, password, comment) is already well-documented. The description does not add any parameter-level semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 function ('Создаёт почтовый ящик') with a specific verb and resource. It immediately distinguishes itself from the sibling tool create_mailbox by mentioning 'API v1' and explicitly stating it is only for compatibility, making it one of the clearest purpose statements.

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?

The description explicitly provides when-to-use guidance: 'Предпочитай create_mailbox (v2) — этот нужен только для совместимости' (Prefer create_mailbox (v2) — this one is needed only for compatibility). This directly names the alternative and states the condition for using this tool, which is excellent usage guidance.

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/ichinya/timeweb-mcp'

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