Skip to main content
Glama

MinIO Storage MCP

copy_object

Copy objects between buckets in MinIO Storage by specifying source and destination bucket and object names through the MCP server.

Instructions

复制对象

Input Schema

NameRequiredDescriptionDefault
destBucketYes目标存储桶名称
destObjectYes目标对象名称
sourceBucketYes源存储桶名称
sourceObjectYes源对象名称

Input Schema (JSON Schema)

{ "properties": { "destBucket": { "description": "目标存储桶名称", "type": "string" }, "destObject": { "description": "目标对象名称", "type": "string" }, "sourceBucket": { "description": "源存储桶名称", "type": "string" }, "sourceObject": { "description": "源对象名称", "type": "string" } }, "required": [ "sourceBucket", "sourceObject", "destBucket", "destObject" ], "type": "object" }

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/pickstar-2002/minio-storage-mcp'

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