Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_external_get_v1_migration_mysql_root_password

Retrieve the MySQL root password from panelica.conf for database transfer during Panelica-to-Panelica migration.

Instructions

GetMySQLRootPassword exports MySQL root password from panelica.conf External API endpoint: GET /v1/migration/mysql-root-password Used during Panelica-to-Panelica migration for database transfer

HTTP: GET /v1/migration/mysql-root-password Category: External

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It indicates a read operation (export) but fails to mention security implications, prerequisites (e.g., appropriate permissions), or any potential side effects, which is critical for a sensitive password retrieval tool.

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 short and front-loads the core purpose. However, it redundantly states the HTTP endpoint twice (once as 'External API endpoint' and again as 'HTTP: GET ...'), which wastes space slightly. Overall, it is efficient and clear.

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?

Given the tool's simplicity (no parameters, no output schema), the description adequately states purpose and usage context. However, it omits the expected return format (e.g., a string containing the password) and any details about the response structure, which would help the agent use the result.

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?

The tool has no parameters (schema coverage 100%), so the description does not need to add parameter information. According to guidelines, zero parameters baseline is 4, and the description does not mislead or add unnecessary detail.

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 clearly states the tool exports the MySQL root password from panelica.conf, specifying its use in Panelica-to-Panelica migration for database transfer. This distinguishes it from sibling tools like panelica_external_get_v1_migration_cloudflare_credentials and panelica_external_get_v1_migration_sites_export, which handle different migration data.

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?

The description mentions the tool is used during Panelica-to-Panelica migration for database transfer, providing context. However, it does not explicitly state when not to use this tool or compare it with alternatives, leaving the agent to infer usage from the purpose alone.

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

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