Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_mysql_users_get_v1_mysql_users_id

Read-onlyIdempotent

Retrieve detailed information about a specific MySQL user by ID, enabling read-only access to user settings for effective database management.

Instructions

Get MySQL user

HTTP: GET /v1/mysql-users/:id Category: MySQL Users Required scopes: databases:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false; the description adds the required scope (databases:read) and the exact HTTP endpoint. It does not describe edge cases like 404s, but for a simple GET-by-ID this is sfficient.

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?

Very compact and well-structured: summary, HTTP method/path, category, required scopes, and read-only flag each occupy their own line with no filler. Every line earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter GET with full annotation coverage, the description contains all needed invocation context: HTTP method, path, required scope, and read-only safety. No output schema exists, and return-value details are not necessary for selecting or calling this tool.

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 coverage is 100% for the single 'id' path parameter, so the schema carries the full parameter meaning. The description adds no extra parameter semantics, but none are needed here.

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?

States a specific action and resource ('Get MySQL user') along with the exact HTTP method and path, so the agent knows what the tool does. It does not explicitly differentiate from the sibling list endpoint (panelica_mysql_users_get_v1_mysql_users), but the '/:id' in the path and the tool name make the by-ID intent clear.

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?

Provides useful context such as category, required scopes, and read-only status, but gives no explicit when-to-use or when-not-to-use guidance against sibling endpoints. The intended usage is implied from the endpoint and name rather than stated.

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