Skip to main content
Glama

s3-mcp

by KonMam
MIT License

delete_object

Remove specific objects from an S3 bucket by specifying bucket name and object key. Returns S3 response in JSON format for tracking deletion status.

Instructions

Deletes an object from an S3 bucket.

Args: bucket (str): The name of the bucket. key (str): The key (name) of the object.

Returns: str: JSON formatted S3 response.

Input Schema

NameRequiredDescriptionDefault
bucketYes
keyYes

Input Schema (JSON Schema)

{ "properties": { "bucket": { "title": "Bucket", "type": "string" }, "key": { "title": "Key", "type": "string" } }, "required": [ "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