Skip to main content
Glama
gkrost

scaleway-ops-mcp-server

by gkrost

Delete Scaleway Object Storage bucket

scaleway_s3_delete_bucket
Destructive

Permanently delete an empty Scaleway Object Storage bucket after confirming. Use when cleanup is required; deletion fails if bucket still contains objects.

Instructions

PERMANENTLY delete an empty Object Storage bucket. Requires confirm=true. Fails if the bucket still contains objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesBucket name, e.g. 'payments-backups'.
regionNoRegion to operate in. Defaults to the server's configured region (fr-par).
confirmYesMust be explicitly true. The bucket must already be empty - Scaleway (like AWS S3) refuses to delete a non-empty bucket; this tool does not delete objects for you. Deletion is immediate and irreversible, and frees the name for anyone to reuse.
Behavior5/5

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

Annotations already flag destructiveHint=true, but the description adds critical context beyond that: the deletion is permanent, the bucket must already be empty, confirm=true is mandatory, and the operation fails if objects exist. This significantly clarifies behavior and safety constraints, going well beyond the annotation.

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 a single, front-loaded sentence that conveys all critical information: permanence, the empty-bucket requirement, the confirm flag, and the failure mode. No unnecessary words or repetition.

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 deletion tool with rich annotations and a fully descriptive schema, the description covers the essential behavioral aspects (permanence, prerequisites, failure condition). No output schema is needed for a delete operation. The description is complete and helps the agent invoke the tool safely.

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 coverage is 100% and each parameter has a descriptive comment. The description's mention of 'confirm=true' reinforces the confirm parameter but does not add new semantic meaning beyond the schema. With full schema coverage, a baseline score of 3 is appropriate.

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: 'PERMANENTLY delete an empty Object Storage bucket.' The verb 'delete' is specific, the resource is identified, and the term 'empty' distinguishes this from tools that delete objects within a bucket. It also differentiates from sibling tools like scaleway_s3_delete_object, scaleway_s3_delete_bucket_tagging, etc.

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

Usage Guidelines4/5

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

The description provides clear context: the bucket must be empty, and confirm=true is required. It states a failure condition ('Fails if the bucket still contains objects'), which implicitly guides the user to empty the bucket first. However, it does not explicitly name alternatives like scaleway_s3_delete_objects or suggest a safe deletion workflow, so it falls short of a perfect 5.

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/gkrost/scaleway-ops-mcp-server'

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