Skip to main content
Glama
gkrost

scaleway-ops-mcp-server

by gkrost

Create Scaleway Object Storage bucket

scaleway_s3_create_bucket

Creates a new private Scaleway Object Storage bucket for storing objects. Configure later with dedicated tools for visibility, versioning, tags, and more.

Instructions

Create a new, empty Object Storage bucket, private by default. Configure it afterwards with the scaleway_s3_*bucket* config tools (visibility, versioning, tags, CORS, website, lifecycle, encryption). Object Lock cannot be enabled at creation on Scaleway (the S3 create-time flag is silently ignored) - enable versioning then scaleway_s3_enable_object_lock afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesBucket name, e.g. 'payments-backups'.
regionNoRegion to operate in. Defaults to the server's configured region (fr-par).
Behavior5/5

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

Beyond the annotations, the description adds valuable behavioral context: the bucket is private by default, and the Object Lock create-time flag is silently ignored on Scaleway, requiring a specific post-creation sequence. This discloses a non-obvious platform behavior that 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 and front-loaded with the core action. Every sentence earns its place: the first states what the tool does, the second directs follow-up configuration, and the third warns about the Object Lock limitation.

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 simple two-parameter creation tool with no output schema, the description is complete. It covers the default state, post-creation configuration path, and a critical platform-specific caveat, giving an agent everything needed to invoke the tool and proceed correctly.

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?

The input schema already provides full descriptions for both parameters (bucket and region), including an example and enum values, so the description adds little parameter-level meaning. The 'private by default' note is behavioral rather than parameter-specific, so the baseline 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 uses a specific verb and resource ('Create a new, empty Object Storage bucket') and clearly states the default visibility ('private by default'). It distinguishes from sibling tools by explicitly directing configuration tasks to the scaleway_s3_*_bucket_* config tools, making the creation-focused purpose unambiguous.

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 for when to use this tool and what to do afterwards, naming the config tools for post-creation setup and scaleway_s3_enable_object_lock for Object Lock. It does not explicitly state when not to use the tool, but the follow-up guidance effectively differentiates this creation step from configuration and object-lock enabling.

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