Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание S3-хранилища

create_bucket

Create an S3 bucket with a name and public/private type. Optionally pick a preset or custom disk size to get access and secret keys.

Instructions

Создаёт новое S3-хранилище. Нужно указать name, type (private/public) и ЛИБО preset_id, ЛИБО configurator_id + configurator_disk_mb. Возвращает access_key и secret_key для подключения.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - название хранилища (1-255 символов)
typeYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - тип хранилища: 'private' (приватное) или 'public' (публичное)
preset_idNoID тарифа. Нельзя передавать вместе с configurator. Список тарифов — get_bucket_presets.
project_idNoID проекта (опц.)
descriptionNoКомментарий к хранилищу (1-255 символов, опц.)
configurator_idNoID конфигуратора хранилища. Нельзя передавать вместе с preset_id.
configurator_disk_mbNoРазмер диска в МБ для конфигуратора (опц.)
Behavior4/5

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

Annotations already mark non-readOnly/openWorld, and the description adds that it returns access_key and secret_key — useful behavior not present in the annotations or output schema. It doesn't discuss billing or side effects, but openWorldHint partially covers that.

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 concise sentences: the first states the operation, the second covers required fields, alternatives, and return value. No fluff or 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 create operation with 7 params and no output schema, this description covers the essential purpose, input alternatives, and output credentials. The optional project_id/description are left to the schema, which is acceptable since schema descriptions are complete.

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?

Schema coverage is 100%, so baseline is 3. The description adds the crucial XOR rule ('ЛИБО preset_id, ЛИБО configurator_id + configurator_disk_mb') and clarifies that configurator_disk_mb is needed when using configurator_id, which the schema marks as merely 'опц.'.

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 opens with 'Создаёт новое S3-хранилище' — a clear verb+resource statement. It unambiguously creates a bucket and differentiates this from the many other create_* sibling tools by specifying S3 storage.

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?

It clearly states required inputs and the exclusive-or requirement between preset_id and configurator_id+configurator_disk_mb. It doesn't explicitly mention alternatives or when-not-to-use, but the context is sufficient for selecting this tool over others.

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