AWS MCP Server

s3_bucket_create

Create a new S3 bucket by specifying its name. This tool enables AWS operations on S3 services through natural language commands via the AWS MCP Server.

Instructions

Create a new S3 bucket

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesName of the S3 bucket to create

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Name of the S3 bucket to create", "type": "string" } }, "required": [ "bucket_name" ], "type": "object" }
ID: v69k6ch2gh