Skip to main content
Glama

s3-mcp

by KonMam
MIT License

list_objects_v2

Retrieve objects within an S3 bucket using filters such as prefix, delimiter, or pagination. Returns a JSON-formatted response for easy integration and analysis.

Instructions

Lists objects in an S3 bucket.

Args: bucket (str): The name of the bucket. prefix (Optional[str]): Filter for keys starting with this prefix. max_keys (Optional[int]): Maximum number of keys to return. continuation_token (Optional[str]): Token for paginating results. delimiter (Optional[str]): Delimiter for grouping keys.

Returns: str: JSON formatted S3 response.

Input Schema

NameRequiredDescriptionDefault
bucketYes
continuation_tokenNo
delimiterNo
max_keysNo
prefixNo

Input Schema (JSON Schema)

{ "properties": { "bucket": { "title": "Bucket", "type": "string" }, "continuation_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Continuation Token" }, "delimiter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Delimiter" }, "max_keys": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Keys" }, "prefix": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Prefix" } }, "required": [ "bucket" ], "type": "object" }

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

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