Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание заявки на домен (регистрация/продление/трансфер)

create_domain_request

Create domain requests for registration, renewal, or transfer. Provide person ID for registration or auth code for transfer to proceed.

Instructions

Создаёт заявку на операцию с доменом: регистрация (register), продление (prolong), перенос (transfer). Для register нужен person_id, для transfer — auth_code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fqdnYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - полное имя домена
primeNoPrime-тип (только для prolong)
actionYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - тип заявки: register (регистрация), prolong (продление), transfer (перенос)
periodNoПериод регистрации/продления в формате ISO 8601, например P1Y
auth_codeNoКод авторизации для переноса домена. ОБЯЗАТЕЛЕН для transfer.
person_idNoID администратора домена. ОБЯЗАТЕЛЕН для register. Для prolong опционален.
is_antispam_enabledNoАнтиспам (только для prolong)
is_autoprolong_enabledNoВключить автопродление
is_whois_privacy_enabledNoВключить скрытие whois (недоступно для .ru и .рф)
Behavior3/5

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

The description discloses that it creates a 'request' (заявку), indicating indirect operation rather than immediate action, which is useful beyond the annotations. It does not elaborate on side effects, asynchronous behavior, or return formats, but the annotations already signal it is a non-read-only mutation. 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 sentences, front-loaded with the core purpose and immediately followed by key conditional requirements. Every word earns its place, with no fluff or repetition.

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?

For a tool with 9 parameters and 3 action types, the description gives a sufficient overview and highlights the most important conditional fields. It does not explain the response structure (no output schema), but the schema covers parameter details, making the description adequately complete for most use cases.

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 parameters are already well-documented. The description adds a concise mapping of when person_id and auth_code are required, reinforcing but not significantly exceeding schema semantics. This matches the baseline for high schema coverage.

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 creates a request for domain operations (register, prolong, transfer), using a specific verb and resource. It distinguishes itself from related tools like add_domain or create_dns_record by focusing on domain operation requests and enumerating the action types.

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?

It provides clear context for usage by specifying that registration requires person_id and transfer requires auth_code, which guides parameter selection. However, it does not explicitly mention alternatives or when not to use this tool, though the action-specific requirements effectively imply usage boundaries.

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