Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_backup_schedules_delete_v1_backup_schedules_id

DestructiveIdempotent

Permanently delete a backup schedule by its ID to stop future automated backups and remove the resource from your hosting panel.

Instructions

Delete backup schedule

HTTP: DELETE /v1/backup-schedules/:id Category: Backup Schedules Required scopes: backups:restore WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already provide destructiveHint=true, readOnlyHint=false, idempotentHint=true. The description adds the explicit 'WARNING: destructive — permanently removes the resource' and the required scope 'backups:restore', which is useful beyond the annotations. No contradiction.

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?

Compact and front-loaded: 'Delete backup schedule' leads, followed by HTTP method, category, scopes, and a warning. The repetition of 'Delete' from the title and annotations is minor. The formatting is easy to scan.

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 one-parameter destructive delete, this is mostly adequate—it includes the HTTP method, scope, and a destructive warning. However, there is no output schema or explanation of response/return behavior, and no mention of id source or error cases. Still, given the tool's simplicity, the gaps are modest.

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?

There is only one parameter, id, with schema description 'Path parameter: id'. The description doesn't add anything about id format, where to find it, or what happens if it's invalid. With 100% schema coverage, a 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?

States a clear verb ('Delete') and resource ('backup schedule'), and includes the HTTP method/path. It doesn't distinguish this from sibling delete tools (e.g., many DELETE endpoints exist), but for its domain within backup schedules it is unambiguous.

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 explicit when-to-use or when-not-to-use guidance, and no mention of alternatives such as the PATCH or GET backup schedule tools. The scopes line hints at prerequisites but the description doesn't say under what circumstances deleting is appropriate vs. other actions.

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