Skip to main content
Glama

S3 MCP Server

by samuraikun

get-object

Retrieve specific objects from an S3 bucket by specifying the bucket name and object key. Ideal for accessing and managing stored data efficiently.

Instructions

Retrieve an object from an S3 bucket

Input Schema

NameRequiredDescriptionDefault
bucketYesName of the S3 bucket
keyYesKey (path) of the object to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bucket": { "description": "Name of the S3 bucket", "type": "string" }, "key": { "description": "Key (path) of the object to retrieve", "type": "string" } }, "required": [ "bucket", "key" ], "type": "object" }

You must be authenticated.

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