S3 MCP Server

by samuraikun
Verified

list-objects

Retrieve and filter objects stored in an S3 bucket by specifying the bucket name, optional prefix, and maximum number of objects to list. Simplifies S3 object management with structured queries.

Instructions

List objects in an S3 bucket

Input Schema

NameRequiredDescriptionDefault
bucketYesName of the S3 bucket
maxKeysNoMaximum number of objects to return
prefixNoPrefix to filter objects (like a folder)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bucket": { "description": "Name of the S3 bucket", "type": "string" }, "maxKeys": { "description": "Maximum number of objects to return", "type": "number" }, "prefix": { "description": "Prefix to filter objects (like a folder)", "type": "string" } }, "required": [ "bucket" ], "type": "object" }

You must be authenticated.

Other Tools from S3 MCP Server

Related Tools

ID: f43ejwha58