Skip to main content
Glama

AWS MCP Server

s3_bucket_delete

Remove an S3 bucket from AWS by specifying its name. This tool enables direct deletion of S3 buckets through the AWS MCP Server.

Instructions

Delete an S3 bucket

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesName of the S3 bucket to delete

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Name of the S3 bucket to delete", "type": "string" } }, "required": [ "bucket_name" ], "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/rishikavikondala/mcp-server-aws'

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