Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание пользователя кластера

create_database_admin

Create a new database admin user in a cluster by providing login, password, and privileges to manage access.

Instructions

Создаёт пользователя в кластере базы данных (POST /api/v1/databases/{db_cluster_id}/admins).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - хост пользователя, напр. '%'
loginYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - имя (login) пользователя
passwordYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - пароль пользователя (мин. 8 символов)
privilegesYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - список привилегий. Допустимые: ALTER, CREATE_VIEW, CREATE, DELETE, DROP, EVENT, INDEX, INSERT, LOCK_TABLES, REFERENCES, SELECT, SHOW_VIEW, TRUNCATE, UPDATE, READ, WRITE, CONNECTION, FAST, readWrite, ALTER_ROUTINE, CREATE_ROUTINE, TRANSACTION, SLOW_LOG, TRIGGER, CREATE_TEMPORARY_TABLES
descriptionNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - описание пользователя
instance_idNoНЕ ОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID инстанса для применения привилегий (только MySQL). Если не передано — применится ко всем инстансам
db_cluster_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID кластера базы данных
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false). The description adds the API endpoint but no additional context about permissions, side effects, or response details. No contradiction with annotations 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?

Single sentence with no filler, front-loaded action and resource. The inclusion of the API endpoint is useful and concise, making every word count.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite full schema coverage, the description is minimal and does not mention return values or prerequisites. For a create operation with 7 parameters, more context could be helpful, but annotations and schema cover safety and parameter details adequately.

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 detailed parameter descriptions, including required/optional flags and an enum list for privileges. The description text itself adds no parameter information, so the baseline score of 3 applies.

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 uses the specific verb 'Создаёт' (creates) and clearly names the resource 'пользователя в кластере базы данных' (user in database cluster), making the action unambiguous. Including the API endpoint further distinguishes it from sibling tools like create_database or create_database_instance.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives. The purpose is implied by the resource name, but there is no mention of prerequisites (e.g., cluster must exist) or exclusions. Usage context is clear but not elaborated.

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