Skip to main content
Glama

get_backup_account_options

Retrieve available backup account options for 1Panel server backups. Use to identify which accounts can store backup data before configuration.

Instructions

Get backup account options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden, and it discloses nothing — not what 'options' are (e.g. provider types, storage regions, credential schemes), nor whether the call is a safe read. The zero-parameter shape reduces the surface somewhat, but the meaning of the returned 'options' is completely opaque.

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

Conciseness3/5

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

It is a single short sentence, so there is no padding or buried information. However, brevity here stems from under-specification rather than tight editing, leaving the one line with almost no informational payload.

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?

There is no output schema and no annotation coverage, so the description is the only source of information about what this tool returns — and it says nothing. An agent cannot know what a 'backup account option' is, which makes the definition unusable for correct invocation in a crowded backup-management sibling set.

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

Parameters4/5

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

The tool takes no parameters, so per the baseline rule this dimension defaults to 4. There is no parameter ambiguity to resolve and no schema detail the description fails to supplement.

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

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a near-verbatim restatement of the tool name ('Get backup account options' for get_backup_account_options), adding no verb, resource scope, or differentiation. With siblings like list_backup_accounts, get_backup_account_client_info, and check_backup_account, an agent cannot tell what distinguishes this call.

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

Usage Guidelines1/5

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

There is no when-to-use guidance, no mention of alternatives such as list_backup_accounts or get_backup_account_client_info, and no prerequisites. The agent is left to guess entirely from the name.

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