Skip to main content
Glama
iMateo

fastpanel-mcp

database_create

Create a new MySQL or PostgreSQL database with a dedicated user. Preview with dry_run=true, execute with confirm=true.

Instructions

Create a new database (MySQL or PostgreSQL) with a dedicated DB user. WRITE operation — set dry_run:true to preview, confirm:true to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDatabase name (MySQL: a-z0-9_, max 64; Postgres: also allows more)
charsetNoCharset: 'utf8' or 'utf8mb4' for MySQL, 'en_US.UTF-8' for PostgreSQLutf8
confirmNo
dry_runNo
site_idNoLink DB to a site (optional). Null = standalone DB.
owner_idYesFastPanel user id (owner) from users_list
server_idYesDB server id from database_servers_list (1=MySQL, 2=PostgreSQL typically)
db_user_loginYesDB user login (the user that owns this DB)
db_user_passwordYesDB user password (min 8 chars)
Behavior4/5

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

Annotations indicate non-readOnly and non-destructive, and the description confirms it as a WRITE operation. It also clarifies the preview/execute workflow. However, it doesn't describe the return value or potential side effects, which is notable since no output schema exists.

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 sentences: first states purpose, second adds crucial workflow info. No wasted words.

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?

Covers the core action and preview/execute workflow. Missing details like linking to a site (site_id) or DB engine distinction, but these are in schema. OpenWorldHint implies possible side effects not addressed.

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 high (78%), so the description adds little beyond the schema. It mentions 'with a dedicated DB user' but doesn't elaborate on parameters or constraints.

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 clearly states the action (create), the resource (database), and the types (MySQL or PostgreSQL). It also mentions the creation of a dedicated DB user, which is specific and distinguishes it from listing or dumping tools.

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?

Explicitly instructs to use dry_run=true for preview and confirm=true to execute, which is a safety guideline. However, it does not contrast with other tools or specify prerequisites like server_id lookup.

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/iMateo/fastpanel-mcp'

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