Skip to main content
Glama
pushplus

PushPlus MCP Server

Official
by pushplus

删除 QQ 机器人群配置

open_qqbot_delete

Delete a QQ bot group configuration by ID, invalidating its option for future use. Ideal for removing outdated or unwanted bot setups from PushPlus.

Instructions

DELETE /open/qqBot/delete - 高风险:删除 QQ 机器人群配置,删除后使用该编码的 option 将失效。 请求(url): id(配置编号,必填)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes配置编号
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly flags the operation as high-risk ('高风险') and explains the concrete post-deletion effect: '使用该编码的 option 将失效'. It also describes the unified response envelope. It omits reversibility, permission requirements, and error behavior, but the provided behavioral context is strong.

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?

The description is compact and front-loaded with the high-risk warning. It efficiently includes the HTTP method, endpoint, required parameter, and response format. The response information is justified because there is no output schema, making this content useful rather than redundant.

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

Completeness4/5

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

For a simple single-parameter delete operation with no output schema, the description covers the essential elements: parameter, risk level, consequence of deletion, and response shape. It lacks explicit usage conditions and error-case detail, but these are relatively minor gaps for a tool of this complexity.

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 documents id as '配置编号'. The description repeats this as 'id(配置编号,必填)' without adding new meaning, such as format, range, or examples. Baseline 3 is appropriate when the schema already handles parameter documentation.

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

Purpose5/5

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

The description clearly states the action: '删除 QQ 机器人群配置' (delete QQ bot group configuration), and marks it as high-risk. This is a specific verb+resource pairing that distinguishes it from sibling tools like open_qqbot_add, open_qqbot_edit, open_qqbot_list, and open_qqbot_unbind.

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 guidance is provided about when to use this tool versus alternatives such as open_qqbot_edit or open_qqbot_unbind. The description warns about high risk and the consequence of deletion, but does not state conditions for use, exclusions, or prerequisites.

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/pushplus/pushplus-MCP-Server-TypeScript'

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