Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

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

create_balancer_rule

Create a routing rule that maps the balancer's protocol and port to a backend server's protocol and port, enabling traffic forwarding for your load balancer.

Instructions

Создаёт правило маршрутизации для балансировщика: соответствие между парой (протокол, порт) балансировщика и (протокол, порт) backend-сервера.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
balancer_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID балансировщика
server_portYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - порт backend-сервера
server_protoYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - протокол backend-сервера
balancer_portYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - порт балансировщика
balancer_protoYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - протокол балансировщика: http | http2 | https | tcp
Behavior4/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false. The description adds meaningful context by detailing exactly what the rule represents—a mapping between the balancer's (protocol, port) and the backend server's (protocol, port)—which goes beyond the annotations. 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?

A single, front-loaded sentence communicates the tool's purpose and core semantics without any wasted words. It is concise yet informative.

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 create operation with fully documented parameters and no output schema, the description adequately explains the tool's function and the relationship between parameters. It could mention prerequisites or return value, but these are not critical given the straightforward semantics and annotation support.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers all five parameters with descriptions, so baseline is 3. The description adds relational meaning by clarifying that balancer_proto/balancer_port and server_proto/server_port form paired endpoints of the mapping, which is not explicit from individual schema descriptions alone.

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 uses the specific verb 'создаёт' (creates) and clearly identifies the resource as a routing rule for a balancer, explaining the mapping between balancer and backend protocol/port pairs. This distinguishes it from sibling tools like create_balancer, update_balancer_rule, and delete_balancer_rule.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for creating routing rules, and sibling names hint at related operations, but it does not explicitly state when to use this over alternatives or list prerequisites such as an existing balancer. No exclusions or explicit usage context are provided.

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