Skip to main content
Glama
SuxyEE

bt-panel-mcp-server

by SuxyEE

list_domains

Query the list of domains bound to a website, displaying domain, port, and addition time.

Instructions

查询网站绑定的所有域名列表,包括域名、端口、添加时间。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYeslist:查询网站域名列表 | add:绑定新域名 | delete:删除域名绑定
site_nameYes网站名称(主域名),用于定位网站
domainNo【add/delete】要操作的域名,如 www.example.com
portNo【add/delete】域名端口,默认 80
Behavior2/5

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

No annotations are provided, and the description fails to disclose behavioral traits such as side effects of add/delete actions, required site_name validity, or that the tool modifies state beyond querying.

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?

The description is a single sentence, which is concise, but it omits the add/delete functionality entirely, making it incomplete. The sentence earns its place only partially by listing output attributes.

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

Completeness2/5

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

Given the tool has 4 parameters and 2 required, with no output schema and no annotations, the description should explain the different action modes and prerequisites. It only covers the 'list' case, leaving add/delete behavior underspecified.

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 input schema covers all parameters with descriptions (100% coverage). The description adds value by specifying output fields (domain, port, addition time) not present in the schema, though it does not elaborate on the action parameter beyond its enum.

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 'query list of all domains bound to the website' which matches the tool name 'list_domains', but the input schema reveals the tool can also add and delete domains, which is not mentioned. This creates ambiguity about the tool's 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 Guidelines2/5

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

No guidance on when to use this tool versus sibling tools (e.g., list_sites, get_nginx_config). The action parameter provides options but no contextual advice on appropriate usage.

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