Skip to main content
Glama

S3 MCP Server

by samuraikun

get-object

Retrieve a specific object from an S3 bucket by providing the bucket name and object key. Use this tool to access and manage storage content within AWS S3 through the S3 MCP Server.

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" }

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