Skip to main content
Glama
gkrost

scaleway-ops-mcp-server

by gkrost

Upload an object to Scaleway Object Storage

scaleway_s3_put_object
Idempotent

Upload or overwrite a single object in a Scaleway S3 bucket, supporting text and base64-encoded binary content up to 5 MB.

Instructions

Upload (or overwrite) a single object. Single-part only - see the 'content' field for the size ceiling and the binary-payload encoding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesObject key (the full path within the bucket), e.g. 'invoices/2026-08/inv-001.pdf'.
bucketYesBucket name, e.g. 'payments-backups'.
regionNoRegion the bucket lives in. Defaults to the server's configured region (fr-par).
contentYesObject content. For text, pass it directly as UTF-8. For binary payloads, base64-encode first and set encoding='base64'. Decoded size is capped (MAX_PUT_OBJECT_BYTES, default 5 MB) - multipart/large-file upload is out of scope; use the console or scw CLI for anything larger.
encodingNoHow to interpret 'content' before uploading.utf8
content_typeNoMIME type, e.g. 'application/pdf' or 'image/png'. Guessed by S3 as octet-stream if omitted.
Behavior4/5

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

The description discloses the overwrite behavior and single-part limitation, which are not captured by the annotations alone. It also points to additional constraints (size, encoding) in the content field, adding context beyond the readOnly/idempotent/destructive flags.

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, action-first, and zero fluff. It states the primary purpose, then a key constraint, then an efficient pointer to further details.

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?

For a tool with 6 parameters and no output schema, the description covers purpose, scoping, and key constraints via pointer. It does not mention return values or error handling, but the rich schema and annotations compensate, making it sufficiently complete for selection and invocation.

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% and each parameter has detailed semantics (e.g., content size cap, base64 encoding, region default). The description only references the content field, so it adds no new parameter meaning beyond what the schema already provides.

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 states 'Upload (or overwrite) a single object' with a specific verb and resource. It distinguishes from sibling tools like copy/delete/list by emphasizing 'single-part only' and pointing to the content field for size/encoding constraints.

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 clearly excludes multipart with 'Single-part only' and directs users to the 'content' field for the size ceiling and encoding, which in the schema explains that larger files should go through the console or scw CLI. The alternative guidance is available but not in the main description itself.

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