Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_get_v1_logs_errors_stats

Read-onlyIdempotent

Get error log statistics to spot recurring issues and monitor hosting health. Review error counts and trends from Panelica logs.

Instructions

Error log stats

HTTP: GET /v1/logs/errors/stats Category: Logs Required scopes: logs:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, and non-destructive traits. The description adds the required scope 'logs:read', which is useful auth context beyond the annotations, but otherwise repeats 'Read-only' and does not describe what the stats contain or how they are computed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is compact and easy to scan, with endpoint, category, and scope lines earning some value. However, the opening phrase is just the title, and the overall structure is a metadata block rather than a genuine prose description. It is not overly verbose, but it is under-specified.

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, so the description must convey what the stats endpoint returns, but it only says 'Error log stats'. The agent has no idea whether the result is a count, time series, or per-domain breakdown, nor how this endpoint relates to sibling log tools. This leaves the tool behavior largely opaque.

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?

This endpoint has zero parameters and the input schema is complete (100% coverage), so the description carries no parameter burden. The baseline for a zero-parameter tool is 4, and the description does not conflict with or obscure that.

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

Purpose2/5

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

The description's main text 'Error log stats' simply restates the annotation title and the tool name without using a verb, making it effectively a tautology. The HTTP line supplies the method but not the operation's meaning or scope. It also fails to distinguish this endpoint from closely related siblings like errors and errors_tail.

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 when-to-use guidance is provided. The description does not mention typical use cases, exclusions, or alternatives among the many log-related sibling endpoints, so an agent cannot tell when to pick this over panelica_logs_get_v1_logs_errors or panelica_logs_get_v1_logs_errors_tail.

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