Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание балансировщика

create_balancer

Create a new load balancer in Timeweb Cloud with configurable algorithm, health checks, protocol, session stickiness, and SSL settings.

Instructions

Создаёт новый балансировщик нагрузки. Обязательны: name, algo, is_sticky, is_use_proxy, is_ssl, is_keepalive, proto, path, inter, timeout, fall, rise, preset_id. preset_id получай через list_balancer_presets. Для приватной сети задай network_id. Для SSL — certificate_type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algoYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - алгоритм балансировки: roundrobin | leastconn
fallYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - порог количества ошибок
nameYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя балансировщика (уникальное в аккаунте)
pathYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - путь health-check (напр. /)
portNoПорт балансировщика (опц.)
riseYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - порог количества успешных ответов
interYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - интервал проверки
protoYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - протокол: http | http2 | https | tcp
is_sslYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - требуется ли перенаправление на SSL
maxconnNoМаксимальное количество соединений (опц.)
timeoutYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - таймаут ответа балансировщика
is_stickyYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - сохранять ли сессию
preset_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID тарифа (получить через list_balancer_presets)
network_idNoID приватной сети VPC (опц.)
project_idNoID проекта (опц.)
is_keepaliveYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - выдавать ли сигнал keepalive
is_use_proxyYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - выступает ли балансировщик в роли прокси
client_timeoutNoТаймаут клиента (опц.)
server_timeoutNoТаймаут сервера (опц.)
connect_timeoutNoТаймаут подключения (опц.)
certificate_fqdnNoFQDN для сертификата (опц.)
certificate_typeNoТип SSL-сертификата (опц.)
network_local_ipNoЛокальный IP в приватной сети (опц.)
availability_zoneNoЗона доступности (опц.): spb-1, spb-2, spb-3, spb-4, msk-1, nsk-1, ams-1, ala-1, fra-1
httprequest_timeoutNoТаймаут HTTP-запроса (опц.)
network_floating_ipNoПлавающий IP в приватной сети (опц.)
certificate_key_dataNoPEM-данные приватного ключа (только для custom)
certificate_cert_dataNoPEM-данные сертификата (только для custom)
Behavior3/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds the list of mandatory parameters and conditional settings (private network, SSL), but does not disclose additional behavioral traits such as async behavior, potential errors, or what the response contains. It does not contradict the annotations, but relies on them for safety profile while contributing moderate extra context.

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 concise and front-loaded with the primary purpose. It lists required parameters compactly in a single sentence, followed by two short conditional clauses. Every sentence earns its place with no wasted words.

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 the tool's complexity (28 parameters, no output schema), the description covers the essential context: purpose, required fields, and key conditional parameters. It points to list_balancer_presets for preset_id and mentions private network and SSL handling. It does not explain all optional parameters, but the schema fully covers them. The description is sufficiently complete for an agent to select and invoke the tool correctly, though it could mention that custom SSL certificates require additional data fields.

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 all parameters already have descriptions. The description explicitly lists required fields and adds two conditional hints (network_id for private network, certificate_type for SSL), but these are also partly present in the schema (e.g., preset_id schema already mentions list_balancer_presets). The description adds minimal semantic value beyond the schema, 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 'Создаёт новый балансировщик нагрузки' (Creates a new load balancer), providing a specific verb and resource. This distinguishes it from sibling tools like update_balancer, delete_balancer, and get_balancer. The title 'Создание балансировщика' reinforces the purpose.

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?

The description provides clear context for when to use this tool: it lists required fields and gives conditional guidance ('Для приватной сети задай network_id', 'Для SSL — certificate_type'). It also directs the user to list_balancer_presets for obtaining preset_id, which is a useful cross-tool reference. However, it does not explicitly mention when not to use this tool or alternatives like update_balancer, hence not a 5.

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