Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_ftp_post_v1_ftp_accounts

Creates a new FTP account on your Panelica hosting panel. Use it to grant FTP access to users or services.

Instructions

Create FTP account

HTTP: POST /v1/ftp-accounts Category: FTP Required scopes: ftp:write Mutating: changes server state.

Input Schema

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

TDQS

A3.5/5.0
Behavior4/5

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

Beyond the annotation readOnlyHint=false, the description explicitly states 'Mutating: changes server state' and 'Required scopes: ftp:write', which are useful auth and side-effect disclosures. It does not contradict any annotation.

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 compact and front-loaded: one-line purpose, then HTTP method, category, scope, and mutation flag. Every line carries distinct information with no filler.

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?

For a creating operation with no output schema and an undeclared body, the description lacks the essential information needed to invoke the tool (body fields) and what success returns. It is too sparse to be self-sufficient.

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 sole parameter is a free-form body whose schema description only says 'Schema not statically declared — see API docs,' and the tool description adds no required fields, examples, or formatting hints. An agent cannot confidently construct a valid create-FTP-account request from this definition.

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 'Create FTP account' and specifies the HTTP POST /v1/ftp-accounts endpoint, making the action and target resource unambiguous. This clearly distinguishes it from the many FTP sibling tools for listing, patching, suspending, or deleting accounts.

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?

There is no statement of when to use this tool versus alternatives or when not to use it. Although the POST endpoint and name imply creation, the description does not explain how it relates to ftp_patch, change_password, suspend, or other sibling tools.

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