Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_post_v1_logs_logrotate

Create logrotate configs to automate log rotation, preventing disk space issues and keeping log files organized.

Instructions

Create logrotate config

HTTP: POST /v1/logs/logrotate Category: Logs Required scopes: logs:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

With annotations already marking readOnlyHint=false and idempotentHint=false, the description adds a useful auth requirement ('Required scopes: logs:write') and an explicit state-change note ('Mutating: changes server state'). It does not go further to describe side effects like whether an existing config is replaced, but the annotation coverage lowers the burden.

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 and front-loaded with the primary action. Each subsequent line (HTTP route, category, scopes, mutation warning) carries a distinct piece of operational information without fluff.

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?

Although the description includes HTTP, scopes, and mutation semantics, it omits the request body shape needed to actually create a logrotate config and there is no output schema or return-value note. Since the body schema is explicitly not statically declared, the description should have compensated by pointing to concrete fields or example payloads.

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 input schema has 100% description coverage for its single 'body' parameter, so the baseline is 3; the description itself adds no parameter-level details. The schema's own note that the body schema is 'not statically declared' leaves the agent dependent on external API docs, and the description does not compensate for that.

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

Purpose5/5

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

The description opens with the specific action 'Create logrotate config', pairing a clear verb with the resource being acted on. The HTTP method and path (POST /v1/logs/logrotate) reinforce that this is a creation operation rather than the sibling get/update/delete/rotate/test operations.

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?

The description states what the tool does but gives no guidance on when to prefer it over sibling tools such as panelica_logs_put_v1_logs_logrotate_name or panelica_logs_post_v1_logs_logrotate_name_rotate. It does not mention prerequisites, exclusions, or conditions that should route an agent to an alternative.

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