Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Set Scaleway bucket website configuration (full replace)

scaleway_s3_put_bucket_website
Idempotent

Configure a Scaleway S3 bucket to serve a static website by specifying the index document and optional error document. Requires explicit confirmation to enable the public HTTP endpoint.

Instructions

Configure the bucket for static-website serving (index document, optional error document). FULL-REPLACE. Requires confirm=true because this publishes an HTTP website endpoint for the bucket. The website endpoint follows Scaleway's s3-website..scw.cloud naming - check the console bucket page for the exact URL; anonymous website access on Scaleway additionally depends on the bucket's visibility (see scaleway_s3_set_bucket_visibility).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesBucket name.
regionNoRegion to operate in. Defaults to the server's configured region (fr-par).
confirmYesMust be explicitly true.
error_documentNoError document key, e.g. 'error.html'. Omit for none.
index_documentYesIndex document suffix, e.g. 'index.html'.
Behavior4/5

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

The description adds value beyond the annotations: it states 'FULL-REPLACE' (indicating overwrite behavior), explains the need for confirm=true due to publication of a public endpoint, and mentions the dependency on visibility settings. The annotations already indicate openWorldHint=true and idempotentHint=true, and the description reinforces these without contradiction. It provides useful behavioral context that the annotations alone do not convey.

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 three sentences long, front-loaded with the primary purpose. Every sentence contributes essential information: what it does, that it's a full replace, the confirm requirement, the endpoint naming, and a cross-reference to a related tool. There is no redundancy or unnecessary text.

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?

The description covers the tool's purpose, required confirm flag, endpoint naming, and a dependency on visibility. It does not explicitly mention that the configuration is a full replace (overwrites existing), but 'FULL-REPLACE' implies that. There is no output schema, so no return value expectations are needed. The description is sufficient for a typical use case, but could be slightly more complete by noting that the bucket must already exist or that the operation is idempotent.

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%, so the baseline is 3. The description reiterates the purpose of index_document and error_document ('index document, optional error document') and emphasizes the confirm parameter's role. However, it does not add significant new details beyond what the schema descriptions already provide (e.g., bucket name, region, default values). The description adds marginal extra meaning for the confirm parameter but not enough to raise the score.

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 ('Configure'), the resource ('bucket for static-website serving'), and the specific elements ('index document, optional error document'). It explicitly says 'FULL-REPLACE', distinguishing it from sibling tools like get_bucket_website (read) and delete_bucket_website (remove). The purpose is unambiguous and specific.

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 explicit guidance: 'Requires confirm=true because this publishes an HTTP website endpoint for the bucket.' It also explains the endpoint naming convention and directs users to check the console for the exact URL. Additionally, it mentions a dependency on bucket visibility via a sibling tool. While it does not list when not to use this tool or provide alternatives, it gives sufficient context for appropriate use.

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