Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание образа

create_image

Create a server image from a disk snapshot, import a qcow2/iso file via URL, or reserve an empty slot for uploading. Track progress with get_image.

Instructions

Создаёт образ: (а) снапшот существующего диска сервера (disk_id), (б) импорт qcow2/iso по upload_url, либо (в) пустой слот для последующей загрузки (без disk_id и upload_url — тогда заливай файл через HTTP). Процесс асинхронный, отслеживать через get_image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - операционная система образа. Для кастомного образа обычно 'other' или 'custom_os'
nameNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя образа
disk_idNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID диска сервера, для которого создаётся образ (снапшот). Если указан — образ создаётся из диска, upload_url не нужен
locationYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - локация, в которой будет создан образ
upload_urlNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - ссылка для загрузки образа (qcow2/iso). Используется для импорта стороннего образа. Не указывать вместе с disk_id
descriptionNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - описание образа
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds useful behavioral context by disclosing that the process is asynchronous ('Процесс асинхронный') and instructs the agent to track status via get_image, which is beyond what annotations 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?

The description is a single, information-dense sentence using (а), (б), (в) to structure three scenarios. Every clause adds value—modes, HTTP upload instruction, and async tracking—without any filler or redundant text.

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 (three creation modes, 6 parameters, no output schema), the description covers the essential behavioral aspects: how to invoke each mode, async tracking, and follow-up via get_image. It does not explain return values, but the pointer to get_image compensates for the lack 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?

All six parameters have detailed descriptions in the schema, including relationship constraints (e.g., upload_url should not be used with disk_id). The description recaps these modes but does not add significant new syntax or format details beyond what the schema provides, so a baseline score of 3 is appropriate given 100% schema coverage.

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 an image) and enumerates three distinct creation modes: snapshot from disk_id, import from upload_url, or empty slot for HTTP upload. This specific verb+resource+scope distinguishes it from siblings like delete_image, get_image, and create_image_download.

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 gives clear context for when to use each mode by specifying parameter combinations: disk_id for snapshots, upload_url for qcow2/iso imports, and neither for an empty slot. It also advises tracking via get_image for async completion, but does not explicitly name alternatives or exclusions.

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