Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Delete Scaleway bucket encryption config

scaleway_s3_delete_bucket_encryption

Disable the default server-side encryption on a Scaleway S3 bucket by removing its encryption configuration.

Instructions

Remove the bucket's default-encryption configuration. Live-verified 2026-08-18: this reverts the console's 'Encryption type' back to 'Disabled' - a real change, not a no-op on inert metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesBucket name.
regionNoRegion to operate in. Defaults to the server's configured region (fr-par).
Behavior3/5

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

Annotations are mostly neutral (readOnlyHint: false, destructiveHint: false) but provide no safety guidance. The description adds value by disclosing that the tool makes a 'real change' (not a no-op on inert metadata), which is a behavioral trait. However, it does not mention whether this operation requires authentication, been destructive to existing data, or have any side effects. Given the neutral annotations, credit for the real-change insight, but lacking broader behavioral context.

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 primary purpose ('Remove the bucket's default-encryption configuration.'). The second sentence adds a useful behavior verification note. No wasted words; every sentence serves a purpose.

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?

Given two simple string parameters with complete schema documentation, no output schema, and annotations that mostly just indicate it is not read-only or idempotent, the description adequately covers what the tool does and its effect. The live-verification timestamp adds credibility. Could be improved by noting if returning an error on non-existent encryption or any prerequisite (like bucket existence), but overall sufficient for a straightforward delete tool.

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 schema already documents the two parameters (bucket: required; region: optional). The description adds no new meaning beyond what the schema provides (bucket name and region defaults are explained in the schema). Baseline of 3 is appropriate as the schema does the heavy lifting.

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 verb (Remove), the resource (bucket's default-encryption configuration), and the specific effect (reverts the console's 'Encryption type' back to 'Disabled'). This distinguishes it from sibling tools like scaleway_s3_put_bucket_encryption and scaleway_s3_get_bucket_encryption.

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 usage when you want to disable bucket encryption, and disambiguates from no-op behavior via the live-verification note. However, it does not explicitly state when NOT to use this tool (e.g., when you want to modify rather than delete encryption) or list alternatives (like put_bucket_encryption with different settings).

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/logic-arts-official/scaleway-ops-mcp-server'

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