Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

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

list_balancers

List all load balancers in your account with ID, status, protocol, and other key details, so you can identify the right balancer before making any changes.

Instructions

Возвращает все балансировщики нагрузки аккаунта с ключевыми параметрами: ID, имя, статус, протокол, порт, алгоритм, IP, локация. Используй перед любыми операциями над балансировщиком, чтобы получить его ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoЛимит (опц.) — количество элементов на страницу
offsetNoСмещение (опц.) — с какого элемента начать
Behavior1/5

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

Annotation readOnlyHint is false while description clearly describes a pure read/list operation ('Возвращает все балансировщики'). This is a direct contradiction, so score is 1 per the annotation contradiction rule.

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 function and return fields, followed by usage guidance. No redundant information.

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 simple list tool with optional pagination params and no output schema, the description covers the purpose, return fields, and usage context. However, it omits mention of pagination behavior and doesn't clarify the read-only nature in conflict with annotations.

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?

Input schema has 100% description coverage for both limit and offset, so baseline is 3. The tool description adds no parameter-specific semantics beyond what the schema already provides.

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?

Description uses specific verb 'Возвращает' (returns) and resource 'все балансировщики нагрузки аккаунта' (all account load balancers), listing key returned fields. It distinguishes from project-scoped sibling tools like list_project_balancers by stating account-wide scope.

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?

Explicitly instructs to use before any balancer operations to obtain the balancer ID, providing clear context. However, it does not name alternative tools for project-specific lists or exclude edge cases, so it falls short of full when-not/alternatives coverage.

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