Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_get_v1_logs_rotation_settings

Read-onlyIdempotent

Get current log rotation settings for your hosting environment. Review rotation frequency and retention policies to manage disk usage and log availability.

Instructions

Rotation settings

HTTP: GET /v1/logs/rotation-settings Category: Logs Required scopes: logs:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is fully covered. The description adds the required scope 'logs:read' and identifies the HTTP method, which are useful but not deep behavior. It does not contradict annotations.

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 text is short, but it is fragmentary, with 'Read-only.' as a sentence fragment and no actionable verb. The HTTP line and scopes are useful, but the fragment style hurts readability. It earns a middle score for compactness without clutter.

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?

For a parameterless read-only settings endpoint, the essential info is mostly present, but the description gives no sense of what the returned rotation settings are, what they control, or how rotation settings relate to the logrotate family. Given that no output schema exists and siblings are numerous, this is a notable gap for an agent deciding whether results fit the task.

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?

There are zero parameters, so there is no parameter information to be missing. With no parameters, this baseline is high; the description's focus on the settings resource is sufficient for a parameterless call.

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 'Rotation settings' identifies the resource but lacks a verb and does not state what action is performed. The HTTP line and Category add context, but they are structural facts already in the name; an agent still has to infer that this returns current rotation-settings. Among sibling log-rotation tools (logrotate, logrotate_summary), it does not distinguish itself.

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 on when to use this tool over sibling log-rotation tools such as logrotate_summary or logrotate. The description only states basic facts (HTTP method, category, scopes, read-only) without any context about typical usage scenarios or 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