Skip to main content
Glama

AWS Security MCP

check_s3_bucket

Analyze an S3 bucket for security vulnerabilities by specifying the bucket name. Returns a detailed JSON assessment to identify potential risks and misconfigurations.

Instructions

Check an individual S3 bucket for security issues.

Args: bucket_name: Name of the S3 bucket to check Returns: JSON object with detailed security assessment for the specified bucket

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

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/groovyBugify/aws-security-mcp'

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