Skip to main content
Glama

MCP SysOperator

by tarnover

aws_s3

Manage AWS S3 buckets and objects, including creating or deleting buckets, listing objects, and uploading or downloading files directly through the MCP SysOperator server.

Instructions

Manage AWS S3 buckets and objects

Input Schema

NameRequiredDescriptionDefault
aclNo
actionYes
bucketNo
contentTypeNo
localPathNo
metadataNo
objectKeyNo
regionYes
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "acl": { "type": "string" }, "action": { "enum": [ "list_buckets", "create_bucket", "delete_bucket", "list_objects", "upload", "download" ], "type": "string" }, "bucket": { "type": "string" }, "contentType": { "type": "string" }, "localPath": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "objectKey": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" } }, "required": [ "action", "region" ], "type": "object" }

Other Tools from MCP SysOperator

Related Tools

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/tarnover/mcp-sysoperator'

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