Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание сервера

create_server

Provision a new cloud server with preset or custom resources, select OS, attach SSH keys, enable DDoS protection, and set cloud-init scripts.

Instructions

Создаёт новый облачный сервер. Выбор режима: preset_id XOR configurator_id (+cpu/ram/disk/[gpu]). Выбор ОС: os_id XOR image_id. Поддерживает ssh_keys_ids, is_ddos_guard, bandwidth, availability_zone, project_id, hostname, cloud_init.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cpuNoДля configurator-режима: количество ядер CPU (обязательно)
gpuNoДля configurator-режима: количество GPU (опц.)
ramNoДля configurator-режима: RAM в МБ (обязательно)
diskNoДля configurator-режима: размер диска в МБ (обязательно)
nameYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя сервера (до 255 символов)
os_idNoID операционной системы. Нельзя использовать вместе с image_id.
commentNoКомментарий к серверу (до 255 символов)
hostnameNoСетевое имя сервера (опц.)
image_idNoUUID образа (snapshot). Нельзя использовать вместе с os_id.
avatar_idNoID аватара сервера (опц.)
bandwidthNoПропускная способность в Мбит/с: от 100 до 1000, шаг 100 (опц.)
preset_idNoРежим 1: ID готового тарифа. Нельзя использовать вместе с configurator_id.
cloud_initNoCloud-init скрипт (опц.)
project_idNoID проекта (опц.)
software_idNoID ПО из маркетплейса (опц.)
ssh_keys_idsNoМассив ID SSH-ключей
is_ddos_guardNoВключить DDoS-защиту (L3/L4)
configurator_idNoРежим 2: ID конфигуратора (для кастомной конфигурации). Нельзя использовать вместе с preset_id. Требует cpu, ram, disk.
availability_zoneNoЗона доступности (например: spb-3, msk-1)
Behavior3/5

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

Annotations already indicate non-read-only, non-destructive behavior. The description adds the XOR constraints, but these are already present in the schema's parameter descriptions. No additional behavioral details such as rate limits, idempotency, or side effects are disclosed beyond what annotations and schema provide.

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 action ('Creates a new cloud server'), followed by a compact enumeration of modes and supported parameters. Every phrase provides information without redundancy.

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 19-parameter tool with 100% schema coverage and no output schema, the description gives a concise overview and emphasizes the key constraints (mode choices, OS choice). It omits some optional parameters (comment, software_id), but those are documented in the schema. The lack of return-value information is acceptable given the absence of an output schema.

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 the schema fully documents each parameter. The description summarizes groups (e.g., cpu/ram/disk for configurator mode) and repeats the XOR constraints already in the schema. It adds no new semantic meaning beyond the schema.

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 clearly states 'Creates a new cloud server', a specific verb+resource. It distinguishes from sibling tools like create_dedicated_server and create_k8s_cluster by explicitly mentioning 'cloud' and detailing creation modes (preset/configurator) and OS selection.

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?

Provides explicit usage guidance for parameter selection: 'preset_id XOR configurator_id' and 'os_id XOR image_id', clarifying when to use which parameters. It does not explicitly name alternative tools for exclusion, but the context of creating a new cloud server is clear from the description and name.

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