AWS MCP Server

s3_object_list

Retrieve a list of objects stored in a specified S3 bucket using AWS MCP Server. Input the bucket name to view all contained objects.

Instructions

List objects in an S3 bucket

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesName of the S3 bucket

Input Schema (JSON Schema)

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