Skip to main content
Glama
SuxyEE

bt-panel-mcp-server

by SuxyEE

list_backups

List all backups for a website, including backup ID, filename, and creation time, to manage backup history.

Instructions

查询网站的备份列表,包括备份 ID、文件名、创建时间。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYeslist:查看网站备份列表 | create:立即备份网站 | delete:删除某个备份
site_nameYes网站名称(主域名)
backup_idNo【delete】备份记录 ID,从 list 结果中获取
Behavior1/5

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

No annotations provided. The description fails to disclose that the tool can create and delete backups, only describing the list behavior. This is a significant omission and potentially misleading for an AI agent.

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?

The description is a single sentence, but it is underspecified. It omits crucial information about the other actions, making it not appropriately sized for the tool's actual functionality.

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?

No output schema, no annotations, and the description only covers one of the three possible operations. The tool requires more context to be used correctly, such as when to use each action and what the response looks like.

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%, and the schema already provides detailed descriptions for all parameters including the action enum. The description adds no additional semantic value beyond what is in the schema.

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 only mentions querying the backup list, but the input schema includes 'create' and 'delete' actions. This is misleading as the tool performs multiple operations. The description does not accurately represent the full purpose.

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?

No guidance on when to use which action (list, create, delete) or how to choose among them. No alternatives mentioned despite sibling tools being available.

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

Install Server

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/SuxyEE/bt-panel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server