Skip to main content
Glama

AWS Security MCP

list_s3_buckets

Discover and analyze S3 buckets in your AWS environment. Filter by name, retrieve metadata, and identify public access permissions for comprehensive security assessment.

Instructions

List S3 buckets with metadata and optional public access check.

Args: search_term: Optional search term to filter buckets by name check_public: Whether to check each bucket for public access Returns: JSON object with bucket information and public access details if requested

Input Schema

NameRequiredDescriptionDefault
check_publicNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "check_public": { "default": false, "title": "Check Public", "type": "boolean" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "list_s3_bucketsArguments", "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