Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_mysql_users_post_v1_mysql_users

Create a MySQL user for your hosted databases. Use it to provision database credentials and enable secure access to MySQL services.

Instructions

Create MySQL user

HTTP: POST /v1/mysql-users Category: MySQL Users Required scopes: databases:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

The description adds 'Required scopes: databases:write' and explicitly states 'Mutating: changes server state,' which provides some context beyond the annotations. However, the mutating trait is already implied by readOnlyHint=false and idempotentHint=false, and no additional side effects or limitations are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action. Minor boilerplate such as 'Category: MySQL Users' and 'Mutating: changes server state' adds little value, but overall the content is easy to scan and free of unnecessary expansion.

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 no output schema and an underspecified body, the description does not explain expected request fields, whether the body is required, or what response to expect. It tells an agent this is a write operation but not how to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, body, is documented only as an untyped JSON object whose schema is 'not statically declared — see API docs.' The tool description adds no field names, required properties, formats, or examples, leaving an agent unable to determine what a valid create-user request must contain.

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 a specific verb and resource: 'Create MySQL user.' The HTTP POST /v1/mysql-users line reinforces the action and clearly differentiates it from sibling tools like GET, PATCH, DELETE, and change-password operations on MySQL users.

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?

No guidance is given about when to use this tool versus alternatives, such as patch or delete. 'Required scopes: databases:write' is an authorization requirement, not usage direction, and there are no prerequisites, exclusions, or selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Panelica/panelica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server