Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_post_v1_logs_clear_id

Clear a specific log category by ID to delete stored log entries and reset log data. Provide the category ID to remove logs immediately.

Instructions

Clear log category

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

Input Schema

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

TDQS

A3.7/5.0
Behavior4/5

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

The description adds useful behavioral context beyond annotations by stating 'Mutating: changes server state' and 'Required scopes: logs:write'. It does not disclose irreversibility, what log data is lost, or expected response behavior, but annotations already indicate readOnlyHint=false and idempotentHint=false; no contradiction exists.

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: the action is the first phrase, followed by endpoint, category, required scope, and mutation flag. There is no filler or repeated schema content, so it is easy to scan quickly.

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?

The description provides enough to attempt a call with an id: method, path, required scope, and mutation behavior. It is incomplete around body semantics, category-id sourcing, and return/error information, and since there is no output schema, those gaps leave moderate uncertainty for the agent.

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 high and the endpoint line /v1/logs/clear/:id reinforces that the id parameter selects the category to clear. However, the description adds nothing about the body parameter, whose schema is explicitly not statically declared, so an agent cannot tell whether a body is expected, optional, or ignored.

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 states a specific action, 'Clear', and a resource, 'log category', backed by the endpoint POST /v1/logs/clear/:id. It is not a tautology, but it does not explicitly differentiate from siblings such as clear_all or truncate, or clarify whether it deletes log entries or the category itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when a single log category should be cleared by id and provides the required scope logs:write. It gives no explicit when-not guidance or alternatives, so an agent is not directly told how this differs from panelica_logs_post_v1_logs_clear_all or related log-clearing endpoints.

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