Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание Kubernetes-кластера

create_k8s_cluster

Create a Kubernetes cluster on Timeweb Cloud, specifying master node configuration, worker groups, and network driver.

Instructions

Создаёт новый Kubernetes-кластер. Обязательные параметры: name, k8s_version, network_driver. Для мастер-ноды укажи либо preset_id, либо configuration (взаимоисключающе). Опционально задай worker_groups, OIDC, зону, ingress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - название кластера
preset_idNoID тарифа мастер-ноды (взаимоисключающе с configuration)
is_ingressNoВключить Ingress-контроллер
network_idNoID приватной сети (VPC)
project_idNoID проекта
descriptionNoОписание кластера
k8s_versionYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - версия Kubernetes (получить через list_k8s_versions)
configurationNoПараметры конфигурации мастер-ноды (нельзя передавать вместе с preset_id)
worker_groupsNoГруппы воркер-нод
network_driverYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - сетевой драйвер: kuberouter, calico, flannel, cilium
is_k8s_dashboardNoВключить Kubernetes Dashboard
availability_zoneNoЗона доступности: spb-3, msk-1, ams-1, fra-1
master_nodes_countNoКоличество мастер-нод
Behavior3/5

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

Annotations already declare readOnlyHint=false (mutation), openWorldHint=true (external side effects), and idempotentHint=false, so the safety profile is established. The description adds only the fact that the tool 'creates' a cluster, which is consistent but does not disclose additional behavioral traits like long-running execution, cost implications, or required permissions. Given the annotation coverage, a score of 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences and front-loaded with the core purpose. It efficiently lists required and optional parameters. However, the inclusion of the erroneous 'OIDC' reference is a minor clarity issue, and the structure could be slightly improved by separating prerequisites from optional flags, so it loses one point.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex tool with 13 parameters, nested objects, and no output schema. The description is a bare summary that omits key contextual details: it does not mention that cluster creation is likely asynchronous, that certain parameters like project_id or network_id may be required in practice, or what the response returns (e.g., cluster ID). The misleading OIDC reference further detracts from completeness, leaving significant gaps for an agent to safely invoke the tool.

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

Parameters2/5

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

Schema coverage is 100%, so the baseline is 3, but the description introduces an undocumented parameter by mentioning 'OIDC' as optional. The input schema has no OIDC property, which is misleading and could cause an agent to attempt passing a non-existent parameter. The rest of the parameter hints (required fields, preset_id/configuration exclusivity) merely repeat what the schema already states, adding no net positive value.

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 begins with a clear verb and resource: 'Создаёт новый Kubernetes-кластер' (Creates a new Kubernetes cluster). It specifies the resource (Kubernetes cluster) and the action (create), which clearly distinguishes it from sibling tools like create_k8s_node_group, edit_k8s_cluster, or delete_k8s_cluster. The purpose is unambiguous and specific.

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 clearly identifies the context for use (creating a new cluster) and provides actionable parameter guidance, such as required fields and the mutual exclusivity of preset_id vs configuration. However, it does not explicitly exclude alternative tools or state when not to use it (e.g., for existing clusters or node groups), which prevents a perfect 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