Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_ncs_put_bucket_versioning

Set the versioning state of a Ncloud Storage bucket. Enable to retain every object version, or suspend to stop new versions while keeping existing ones.

Instructions

[Ncloud Storage] Set the versioning state of a Ncloud Storage bucket (PUT /?versioning). Enabled keeps every version of every object; Suspended stops creating new versions but keeps existing ones. Once enabled, versioning cannot be turned back to NotConfigured — only Suspended.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesEnabled | Suspended
bucketNameYesName of the Ncloud Storage bucket

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.15.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations to carry safety or state information, the description explains the behavioral outcome of each enum value (Enabled keeps all versions, Suspended stops new versions but retains existing) and the irreversible transition from Enabled to Suspended. This is essential context that exceeds the bare schema and is clearly valuable for an agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the action and resource, and then adds the state definitions and the critical caveat. Every sentence contributes essential information without redundancy.

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

Completeness5/5

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

For a tool with two required parameters and no output schema or annotations, the description covers everything necessary for correct invocation: the operation, the meaning of the status values, and the irreversible state transition. The agent can safely call this tool with just the provided information.

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 schema already provides descriptions and an enum for both parameters, but the description adds semantic meaning to the status values by explaining their functional impact. This goes beyond the schema's terse 'Enabled | Suspended' and helps an agent choose the correct value.

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 ('Set the versioning state of a Ncloud Storage bucket') and identifies the resource (bucket). It also explains the two possible states and the irreversible transition, making the tool's purpose unambiguous and distinct from getter tools like ncloud_ncs_get_bucket_versioning.

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 implies when to use this tool (to set versioning), but it does not explicitly mention alternatives or when-not-to-use conditions. It includes a critical caveat about the Enabled → Suspended restriction, which provides some guidance, but it fails to contrast with related siblings such as ncloud_put_bucket_versioning.

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

Deploy Server

Other Tools