Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Изменение S3-хранилища

update_bucket

Update S3 bucket settings: change tariff plan via preset or custom configurator, set access type to public/private, and modify description. Use either preset_id or configurator.

Instructions

Изменяет параметры S3-хранилища: preset_id ИЛИ configurator (disk, configurator_id), bucket_type (private/public), описание. Нельзя передавать одновременно preset_id и configurator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID S3-хранилища
preset_idNoНовый ID тарифа. Нельзя вместе с configurator (опц.)
bucket_typeNoНовый тип хранилища: private/public (опц.)
descriptionNoНовый комментарий (1-255 символов, опц.)
configurator_idNoID конфигуратора хранилища. Нельзя вместе с preset_id (опц.)
configurator_disk_mbNoНовый размер диска в МБ для конфигуратора (опц.)
Behavior3/5

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

Annotations already disclose non-read-only and non-destructive behavior. The description adds a constraint about mutually exclusive parameters, but it does not explain operational details such as permissions, rate limits, or side effects. This is adequate but not rich.

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 two sentences, front-loaded with the action verb, and contains no redundant information. It efficiently conveys the purpose and the critical constraint.

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 an update tool with no output schema, the description covers purpose, key parameters, and the main constraint. It does not mention prerequisites like bucket existence, but the given information is sufficient for typical use. Minor gaps remain but not critical.

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 value by grouping configurator parameters (disk, configurator_id) and explicitly stating the exclusivity rule, which clarifies the intended parameter usage beyond schema descriptions.

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 the tool updates S3 storage parameters, listing the specific mutable fields. This distinguishes it from sibling tools like create_bucket, delete_bucket, and update_bucket_user.

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?

While it does not explicitly name alternatives, the verb 'изменяет' and sibling context make the intended use evident. It provides a key usage constraint: preset_id and configurator cannot be passed together, which is practical guidance.

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