Skip to main content
Glama

delete_backup_account

Deletes a backup account from the 1Panel server, identified by type and optional name, to remove obsolete or unused storage access.

Instructions

Delete backup account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
typeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

D1.8/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It says nothing about irreversibility, required permissions, whether associated backup files are removed, or any confirmation/undo path for a destructive operation.

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

Conciseness2/5

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

Four words with no structure. It is short, but this is under-specification rather than conciseness — there is no front-loaded detail or actionable content to earn brevity.

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

Completeness1/5

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

For a destructive, unannotated tool with two undocumented parameters and no output schema, the description is wholly inadequate. An agent cannot safely invoke it from this definition.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Two parameters with 0% schema description coverage, and the description explains neither. The required 'type' parameter and the 'name' parameter are completely undocumented, so an agent has no way to know valid values or whether name is ignored/required.

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

Purpose3/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 account'), which is enough to know the operation, but it is essentially a restatement of the tool name and gives zero differentiation from siblings like update_backup_account, create_backup_account, or delete_backup.

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 when-to-use guidance, no prerequisites, and no mention of alternatives such as delete_backup or list_backup_accounts. The agent must infer all routing from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools