Skip to main content
Glama
iMateo

fastpanel-mcp

by iMateo

user_create

Create a new FastPanel system user with specified username, password, role, and disk quota. Use dry_run to preview and confirm to execute.

Instructions

Create a new FastPanel system user (site owner). This is a WRITE operation — set dry_run:true to preview, confirm:true to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quotaNoDisk quota in KB, 0 = unlimited
rolesNoROLE_USER = owns own sites; ROLE_RESELLER = can manage sub-usersROLE_USER
confirmNoMust be true to execute. Safety guard.
dry_runNoIf true, show the payload that would be sent without executing.
passwordYesUser password (min 8 chars)
usernameYesUnix-safe username, e.g. 'mycompany'
Behavior4/5

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

No annotations, but description clarifies it's a WRITE operation and uses dry_run/confirm safety mechanism. Could add more on default effects but adequate.

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, no wasted words, front-loaded with purpose and key guidance.

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?

No output schema, but all inputs are well-documented in schema. Description provides necessary usage context for safe operation. Missing return value info but acceptable.

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 covers 100% of parameters; description adds value by explaining how dry_run and confirm control execution, going beyond schema.

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?

Clearly states it creates a FastPanel system user (site owner). Distinguishes from siblings like site_create or database_create by focusing on user creation.

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

Usage Guidelines5/5

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

Explicitly instructs to use dry_run:true to preview and confirm:true to execute, providing safe usage pattern for write operation.

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