Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_accounts_get_v1_accounts_id_stats

Read-onlyIdempotent

Retrieve account statistics for a specific account ID. Access read-only metrics and usage data from the Panelica hosting panel.

Instructions

List stats

HTTP: GET /v1/accounts/:id/stats Category: Accounts Required scopes: accounts:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already carry the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), and the description's 'Read-only' line is consistent with them rather than additive. It adds the required scope 'accounts:read' and the explicit HTTP endpoint, but provides no details about response shape or pagination, so it contributes only modest context 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loaded with the action, and each line communicates a distinct fact: endpoint, category, required scope, and read-only nature. There is no filler or redundant elaboration.

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?

There is no output schema, yet the description never says what statistics are actually included, leaving the return value ambiguous. Given nearby sibling tools for disk usage and resource usage, an agent cannot confidently predict what this 'stats' endpoint provides.

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?

The schema already fully documents the only parameter as 'Path parameter: id' with 100% coverage, so the description does not need to explain it. The HTTP path template reinforces that id is the account id in the URL, but adds no new semantic detail.

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

Purpose3/5

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

The description states the verb ('List') and identifies the resource through the HTTP path '/v1/accounts/:id/stats', so it is not merely a name restatement. However, 'stats' is vague and does not say which statistics are returned, and it does not distinguish this from sibling account tools like disk_usage or resource_usage.

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?

No guidance is given about when to use this tool instead of related account tools such as panelica_accounts_get_v1_accounts_id_disk_usage or resource_usage. The HTTP method, category, scope, and read-only flag describe the request itself but do not help an agent select among alternatives.

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