Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_databases_get_v1_phpmyadmin

Read-onlyIdempotent

Lists phpMyAdmin instances to access and manage databases through a web interface.

Instructions

List phpmyadmin

HTTP: GET /v1/phpmyadmin Category: Databases Required scopes: databases:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false, and the description does not contradict them. It adds useful access information by declaring 'Required scopes: databases:read', but it does not disclose what the response contains, whether pagination occurs, or any other behavioral detail beyond the annotations.

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 'List phpmyadmin', followed by the HTTP method, category, scopes, and read-only flag. Every line serves a purpose, though the wording 'List phpmyadmin' is slightly awkward and could be more natural.

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?

For a no-input GET tool this is nearly sufficient, but because there is no output schema, the description should clarify what the returned list actually contains, such as phpMyAdmin instances, URLs, or access credentials. Without that, an agent may not know what to expect or how to 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 zero parameters and the input schema is empty with 100% coverage, so there are no parameter semantics for the description to clarify. The baseline of 4 is appropriate because there is nothing missing for an agent to know about inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the verb 'List' and the resource 'phpmyadmin', and adds the HTTP endpoint, category, and required scope, so an agent can identify this as a read-only listing operation. It is more than a tautology, though it does not explain what the listed phpMyAdmin items represent or explicitly differentiate it from database-related siblings.

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 explicit guidance about when to use this tool versus alternatives such as panelica_databases_get_v1_databases or panelica_databases_get_v1_databases_id. The read-only label and endpoint imply a safe listing operation, but the description never states the intended selection conditions or exclusions.

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