AWS Security MCP

Apache 2.0
4
  • Apple

get_s3_bucket_details

Retrieve detailed metadata and configuration of an S3 bucket, including its properties and settings, to analyze security and identify misconfigurations in AWS infrastructure.

Instructions

Get detailed information about an S3 bucket.

Args: bucket_name: Name of the S3 bucket Returns: JSON object with detailed bucket information

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "title": "Bucket Name", "type": "string" } }, "required": [ "bucket_name" ], "title": "get_s3_bucket_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g