Skip to main content
Glama

S3 MCP Server

by samuraikun

list-objects

Retrieve and filter objects from an S3 bucket using a prefix or limit results with maxKeys, enabling efficient management of stored files within AWS S3.

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", "null" ] }, "prefix": { "description": "Prefix to filter objects (like a folder)", "type": [ "string", "null" ] } }, "required": [ "bucket" ], "type": "object" }

Other Tools from S3 MCP Server

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/samuraikun/aws-s3-mcp'

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