Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_backups_delete_v1_backups_filename

DestructiveIdempotent

Permanently delete a backup by specifying its filename. Use this when you need to remove an unwanted backup and reclaim storage space.

Instructions

Delete backup

HTTP: DELETE /v1/backups/:filename Category: Backups Required scopes: backups:restore WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYesPath parameter: filename
Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Beyond the annotations (destructiveHint=true, readOnlyHint=false), the description adds valuable context: the operation is irreversible ('permanently removes the resource'), the required OAuth scope (backups:restore), and the exact HTTP endpoint. The warning reinforces rather than contradicts the destructiveHint annotation.

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?

Five short lines with zero filler: core action first, then endpoint, category, scope, and a prominent destructive warning. Every line earns its place and the most important operational detail (permanence) is highlighted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter destructive tool, the description covers the action, endpoint, auth requirement, and irreversibility; annotations already cover the safety profile. It does not describe expected success/error responses, but with no output schema defined and such a simple operation, this is a minor gap.

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% — the single 'filename' parameter is already documented as a path parameter. The description adds marginal value by showing the ':filename' placeholder in the URL, confirming it is a path segment, but largely the schema carries the burden. Baseline 3 is appropriate.

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 verb and resource ('Delete backup') and includes the HTTP method and endpoint (DELETE /v1/backups/:filename), making the action unambiguous. It does not explicitly differentiate from siblings such as panelica_backups_post_v1_backups_filename_restore or panelica_backups_get_v1_backups_filename, but 'delete' plus the resource is sufficiently distinct.

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 on when to use this tool versus alternatives. There is no mention of the restore sibling (which an agent should consider before permanently deleting), no exclusions, and no conditions. The endpoint and scope info are context, not usage direction.

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