Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание базы данных

create_database

Create a new database in Timeweb Cloud by specifying type, preset, availability zone, and credentials.

Instructions

Создает новую базу данных в Timeweb Cloud с указанными параметрами

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - название базы данных
typeYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - тип базы данных
vpc_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID VPC
hash_typeNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - тип хеширования (по умолчанию: caching_sha2)caching_sha2
preset_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID пресета
floating_ipYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - floating IP адрес
auto_backupsNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - автоматические резервные копии (по умолчанию: true)
admin_passwordYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - пароль администратора
availability_zoneYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - зона доступности
Behavior2/5

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

Annotations already convey readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds no additional behavioral context, such as provisioning time, cost implications, or whether it returns an identifier. No contradiction is present.

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 sentence with no redundant content. It is front-loaded and concise, making it easy to parse quickly.

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?

With 9 parameters, no output schema, and many sibling database-related tools, the description is too sparse. It does not explain what kind of database object is created (cluster vs. instance), nor how this fits into the broader workflow (e.g., relation to list_project_databases or add_database_to_project).

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%, with all 9 parameters documented and required fields clearly marked. The description merely says 'with specified parameters' and does not add meaning beyond what the schema already provides, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Creates' and the resource 'new database in Timeweb Cloud', making the basic purpose evident. However, it does not distinguish from sibling tools like create_database_instance or create_database_admin, so it lacks sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as create_database_instance or create_database_admin. It also lacks any prerequisites or contextual hints about when this operation is appropriate.

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