Skip to main content
Glama
capwitf

Baidu Netdisk Knowledge MCP

by capwitf

Delete Baidu file

baidu_delete_file

Delete Baidu Netdisk files after user confirms with 'DELETE' keyword. Supports dry-run for safe preview.

Instructions

Delete Baidu Netdisk files. Requires confirm: DELETE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asyncNo
pathsYes
dryRunNo
confirmNo
Behavior2/5

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

With no annotations, the description carries full behavioral disclosure burden. It only states the destructive nature and the confirmation requirement. It does not disclose whether deletion is permanent, what happens to parent folders, or how async/dryRun affect operation.

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 very short and front-loaded. The first sentence largely repeats the title, but the second adds the critical confirmation requirement. It earns its place overall, though slightly redundant.

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?

For a destructive operation with no annotations and no output schema, the description is incomplete. It fails to explain the paths format, async behavior, dryRun semantics, or irreversible consequences.

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

Parameters2/5

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

Schema coverage is 0%, so the description must explain parameters. It only clarifies confirm (which the schema already constrains to DELETE). The paths, async, and dryRun parameters are left undocumented.

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 tool deletes Baidu Netdisk files, using a specific verb and resource. It is unambiguous and distinct from sibling tools like copy, move, or rename.

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

Usage Guidelines3/5

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

The description mentions the requirement to pass confirm: DELETE, which is a usage condition. However, it does not provide guidance on when to prefer this tool over alternatives or any exclusions.

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/capwitf/baidu-netdisk-knowledge-mcp'

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