Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_stats

Read-onlyIdempotent

Fetch statistics for a domain by its unique ID to track performance and resource usage. Get read-only metrics needed for monitoring and reporting.

Instructions

List stats

HTTP: GET /v1/domains/:id/stats Category: Domains Required scopes: domains:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

The description matches the annotations by declaring the operation read-only and adds the required 'domains:read' scope, which is useful auth context. It does not describe what statistics are returned, any time-range/filtering behavior, or output format, so beyond the annotations the behavioral disclosure is thin.

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 about 20 words, front-loads the operation, and packs endpoint, category, scope, and safety into four short lines. Nothing is verbose or out of order.

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 one-parameter read-only GET this is nearly sufficient, but with no output schema the description should say what kind of statistics are returned, such as metrics, time span, or units. It only says 'list stats', which leaves the agent guessing whether this endpoint covers traffic, requests, resource usage, or something else.

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 only parameter, 'id', is already fully documented as a required path parameter, and the description's HTTP template just repeats that. Since schema coverage is 100%, the baseline applies and the description adds no extra format, source, or example for the ID.

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 opens with a specific verb ('List') and ties it to a concrete resource through the path '/v1/domains/:id/stats', so the agent knows it is retrieving statistics for one domain. It does not explicitly differentiate this from sibling stats endpoints (accounts, git, docker, node, python), so it stops short of a 5.

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?

Apart from restating the operation and noting the required scope, there is no guidance about when to call this tool compared with related domain endpoints or when not to use it. The category and read-only lines are metadata, not selection criteria.

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