Skip to main content
Glama

s3-mcp

by KonMam
MIT License

upload_file

Upload files to specified S3 buckets using a defined key. Simplifies file storage and management by integrating with AWS S3 through MCP-compatible tools.

Instructions

Uploads a file to an S3 object.

Args: filename (str): The path to the file to upload. bucket (str): The name of the bucket to upload to. key (str): The name of the key to upload to.

Returns: str: JSON formatted success message.

Input Schema

NameRequiredDescriptionDefault
bucketYes
filenameYes
keyYes

Input Schema (JSON Schema)

{ "properties": { "bucket": { "title": "Bucket", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "key": { "title": "Key", "type": "string" } }, "required": [ "filename", "bucket", "key" ], "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/KonMam/s3-mcp'

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