Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Copy an object within or across Scaleway Object Storage buckets

scaleway_s3_copy_object
Idempotent

Copy an S3 object to a new bucket or key using server-side transfer, keeping data within the same region to avoid re-uploading.

Instructions

Server-side copy of one object to a new bucket/key, without downloading and re-uploading. Source and destination must be in the same region.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoRegion both buckets live in. Cross-region copy is out of scope - source and destination must be in the same region.
dest_keyYesKey the copy is written to.
source_keyYesKey of the object to copy.
dest_bucketYesBucket the object is copied TO. Same as source_bucket for a same-bucket copy (e.g. a rename).
source_bucketYesBucket the object is copied FROM.
Behavior4/5

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

The description correctly states the operation is server-side and not re-uploading, which adds context beyond the idempotentHint=true annotation. However, it does not elaborate on idempotency behavior (e.g., overwriting if destination exists) or permissions/ACL requirements. The description aligns with annotations (no contradiction), and the annotation set already conveys safety hints (non-destructive, idempotent).

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 terse sentences: the first defines the core operation with technical advantage, the second enforces a critical constraint. No filler words. Every sentence adds unique, necessary information for an agent to use the tool correctly.

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 the schema covers all parameters, annotations provide idempotency and non-destructive hints, and there is no output schema, the description sufficiently frames the copy operation. It could optionally mention that copy works for any object size (since server-side) or that it can serve as a rename, but these are minor additions. The description does not leave critical gaps for an AI agent to misuse the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% description coverage, and the tool description adds context that all parameters relate to a region-constrained copy. The description explicitly confirms that source and destination must be in the same region, echoing the region parameter's note. No ambiguity remains about what each parameter does or how they relate to the operation.

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 a server-side copy operation for Scaleway S3 objects, specifying the verb 'copy', the resource 'object', and the technical behavior (no download/re-upload). It distinguishes itself from sibling tools like scaleway_s3_put_object or scaleway_s3_get_object by focusing on copying between buckets/keys.

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 explicitly notes that source and destination must be in the same region and that cross-region copy is out of scope. It implicitly rules out direct upload/download. However, it does not explicitly contrast with sibling S3 tools like scaleway_s3_put_object (which uploads) or scaleway_s3_delete_object (which removes), nor does it mention when to use this tool for renames vs. copying across buckets.

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