Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_ncs_delete_bucket

DestructiveIdempotent

Permanently delete an empty Ncloud Storage bucket. Requires the bucket to be empty and confirmation flag set to true.

Instructions

⚠️ Destructive: Permanently delete a Ncloud Storage bucket. The bucket must be empty. Set confirm=true to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to actually execute the destructive operation
bucketNameYesName of the bucket to delete
Behavior4/5

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

Annotations already include `destructiveHint: true` and `idempotentHint: true`. The description adds valuable context: the bucket must be empty, the deletion is permanent, and the confirm parameter acts as a safety guard. This goes beyond the annotations and helps the agent understand the operation's requirements and irreversible nature. No contradiction with annotations.

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 a single, front-loaded sentence with a warning emoji. It conveys the essential information without wasted words. While still concise, it could be slightly more informative without becoming verbose.

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

Completeness3/5

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

The description covers purpose, conditions, and execution guard. However, it lacks details on error handling (e.g., what happens if bucket is not empty), side effects, or return values (no output schema). Given the tool's low complexity, the description is adequate but could be more complete.

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%, so the baseline is 3. The description reinforces the confirm parameter's purpose and adds the condition that the bucket must be empty (a semantic constraint on bucketName). However, this could be more explicit about the emptiness check. The added value is modest.

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

Purpose4/5

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

The description clearly states the action (permanently delete) and resource (Ncloud Storage bucket), including key conditions. It uses a warning emoji to highlight destructiveness. However, it does not differentiate this tool from the sibling `ncloud_delete_bucket`, which also deletes a bucket but likely for a different storage service. The purpose is clear but sibling distinction is lacking.

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 provides essential conditions: bucket must be empty and confirm=true must be set to execute. However, it does not explain when to choose this tool over similar siblings (e.g., `ncloud_delete_bucket`), nor does it mention prerequisites like ensuring the bucket is empty. The guidance is present but not comprehensive.

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/sjk4425/ncloud-mcp-server'

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