s3_object_list
Retrieve and list objects from an S3 bucket using a natural language command on the AWS MCP Server. Simplifies access to bucket contents by specifying the bucket name.
Instructions
List objects in an S3 bucket
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_name | Yes | Name of the S3 bucket |
Input Schema (JSON Schema)
{
"properties": {
"bucket_name": {
"description": "Name of the S3 bucket",
"type": "string"
}
},
"required": [
"bucket_name"
],
"type": "object"
}