Skip to main content
Glama

s3-mcp

by KonMam
MIT License

delete_objects

Remove multiple objects from an S3 bucket by specifying keys. Returns JSON-formatted S3 response, with optional error suppression for failed deletions.

Instructions

Deletes multiple objects from an S3 bucket.

Args: bucket (str): The name of the bucket. keys (List[str]): A list of keys to delete. quiet (bool): Suppress errors and return only failed deletions.

Returns: str: JSON formatted S3 response.

Input Schema

NameRequiredDescriptionDefault
bucketYes
keysYes
quietNo

Input Schema (JSON Schema)

{ "properties": { "bucket": { "title": "Bucket", "type": "string" }, "keys": { "items": { "type": "string" }, "title": "Keys", "type": "array" }, "quiet": { "default": false, "title": "Quiet", "type": "boolean" } }, "required": [ "bucket", "keys" ], "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