Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_post_v1_logs_logrotate_name_rotate

Forces immediate log rotation for a specified log by sending an HTTP POST request, enabling on-demand log file management.

Instructions

Force log rotation

HTTP: POST /v1/logs/logrotate/:name/rotate 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.
nameYesPath parameter: name
Install Server

TDQS

B3.4/5.0
Behavior4/5

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

Beyond the annotations, the description explicitly states 'Required scopes: logs:write' and 'Mutating: changes server state,' which are material disclosures for an agent deciding whether to call it. It does not detail side effects, but the annotations already declare it non-destructive and non-idempotent, lowering the burden on the text.

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

Conciseness4/5

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

The description is compact and front-loaded: the action appears first, followed by endpoint, category, scope, and mutating flag with no filler. It loses a point only for repeating title and endpoint information that is already visible in the tool name and annotations.

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 simple mutating endpoint this is mostly sufficient: endpoint, scope, and mutating behavior are present. However, it omits what the 'name' parameter refers to, whether the optional body is commonly needed, and any distinction from the logrotate test operation, so an agent is left with small but real gaps.

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?

Schema description coverage is 100%, so the baseline applies; both parameters have at least basic descriptions. The prose adds nothing about what 'name' refers to or what the optional body should contain, and the body description defers to API docs, but the schema already carries the load.

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 and object, 'Force log rotation,' and gives the exact HTTP endpoint, so an agent can see it triggers rotation for a named logrotate entry. It is clear on its own but does not explicitly contrast itself with the closely related sibling panelica_logs_post_v1_logs_logrotate_name_test, so it misses the extra differentiation that would earn 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?

No guidance is given for when to choose this tool over the nearby logrotate siblings such as create, update, delete, or test. The word 'Force' implies manual or immediate rotation, but no conditions, prerequisites, or exclusions are stated, leaving the agent to infer the right scenario.

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