Skip to main content
Glama

Akave MCP Server

by akave-ai

copy_object

Copy an object from one S3-compatible storage bucket to another bucket or location within Akave's storage system.

Instructions

Copy an object to another bucket/key

Input Schema

NameRequiredDescriptionDefault
destinationBucketYesDestination bucket name
destinationKeyYesDestination object key
sourceBucketYesSource bucket name
sourceKeyYesSource object key

Input Schema (JSON Schema)

{ "properties": { "destinationBucket": { "description": "Destination bucket name", "type": "string" }, "destinationKey": { "description": "Destination object key", "type": "string" }, "sourceBucket": { "description": "Source bucket name", "type": "string" }, "sourceKey": { "description": "Source object key", "type": "string" } }, "required": [ "sourceBucket", "sourceKey", "destinationBucket", "destinationKey" ], "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/akave-ai/akave-mcp'

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